test/H5BlockParTestScalarField.c

- return on error removed
This commit is contained in:
2006-09-15 23:45:22 +00:00
parent c0216d2da7
commit 6e3b010eff
-2
View File
@@ -449,12 +449,10 @@ main (
if ( opt_write ) {
if ( _write_file ( fname, myproc, comm, layout ) < 0 ) {
printf ("Failed to write file \"%s\"\n", fname );
return 2;
}
} else if ( opt_read ) {
if ( _read_file ( fname, myproc, comm, layout ) < 0 ) {
printf ("Failed to read file \"%s\"\n", fname );
return 2;
}
}