summaryrefslogtreecommitdiffstats
path: root/c++/examples/h5tutr_crtdat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/examples/h5tutr_crtdat.cpp')
-rw-r--r--c++/examples/h5tutr_crtdat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/h5tutr_crtdat.cpp b/c++/examples/h5tutr_crtdat.cpp
index d7f887e..c767f72 100644
--- a/c++/examples/h5tutr_crtdat.cpp
+++ b/c++/examples/h5tutr_crtdat.cpp
@@ -27,7 +27,7 @@
using namespace H5;
#endif
-const H5std_string FILE_NAME("dset.h5");
+const H5std_string FILE_NAME("h5tutr_dset.h5");
const H5std_string DATASET_NAME("dset");
const int NX = 4; // dataset dimensions
const int NY = 6;