diff options
-rw-r--r-- | examples/h5_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_write.c b/examples/h5_write.c index e1e5661..da73cee 100644 --- a/examples/h5_write.c +++ b/examples/h5_write.c @@ -39,7 +39,7 @@ for (j = 0; j < NX; j++) { * default file creation properties, and default file * access properties. */ -file = H5Fcreate(FILE, H5ACC_DEFAULT, H5C_DEFAULT, H5C_DEFAULT); +file = H5Fcreate(FILE, H5ACC_OVERWRITE, H5C_DEFAULT, H5C_DEFAULT); /* * Describe the size of the array and create the data space for fixed |