mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Description:
User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
This commit is contained in:
parent
b3b7ae087e
commit
061b758c29
@ -634,7 +634,7 @@ int TestHDFFV_9758()
|
||||
|
||||
// Create a packet table
|
||||
FL_PacketTable ptable(fileID, "/examplePacketTable", compound_type, 1);
|
||||
if (not ptable.IsValid())
|
||||
if (!ptable.IsValid())
|
||||
goto error;
|
||||
|
||||
// Add packets to the table
|
||||
|
Loading…
x
Reference in New Issue
Block a user