examples/H5Block/write_field.c: H5hut file renamed to example_field.h5

This commit is contained in:
2016-04-15 19:02:15 +02:00
parent 97516866c7
commit 44ffea4fd5
+1 -1
View File
@@ -10,7 +10,7 @@
#include "H5hut.h"
// name of output file
const char* fname = "example_write_field.h5";
const char* fname = "example_field.h5";
// H5hut verbosity level
const h5_int64_t h5_verbosity = H5_VERBOSE_DEFAULT;