[svn-r13164] Add nullmsg flag for testing only

This commit is contained in:
Peter Cao 2007-01-22 12:04:38 -05:00
parent 7d4e3a676b
commit 0055ec4a71

View File

@ -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");