mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r13164] Add nullmsg flag for testing only
This commit is contained in:
parent
7d4e3a676b
commit
0055ec4a71
@ -137,6 +137,10 @@ static int parse_flag(const char* str_flag, unsigned *flag)
|
||||
{
|
||||
fla = H5O_COPY_ALL;
|
||||
}
|
||||
else if (strcmp(str_flag,"nullmsg")==0)
|
||||
{
|
||||
fla = H5O_COPY_PRESERVE_NULL_FLAG;
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("Error in input flag\n");
|
||||
|
Loading…
Reference in New Issue
Block a user