summaryrefslogtreecommitdiffstats
path: root/examples/h5_write.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>1998-02-11 21:08:57 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>1998-02-11 21:08:57 (GMT)
commit712de213ceec3ff2adc1c6398266dd2cdfcb5911 (patch)
tree5cd7b3f10bdedaca36eb678d13568a5f1da4900e /examples/h5_write.c
parent069b6098ea7a7e8c9b6ed562cacff2ef400d6d38 (diff)
downloadhdf5-712de213ceec3ff2adc1c6398266dd2cdfcb5911.zip
hdf5-712de213ceec3ff2adc1c6398266dd2cdfcb5911.tar.gz
hdf5-712de213ceec3ff2adc1c6398266dd2cdfcb5911.tar.bz2
[svn-r253] Parameter H5ACC_DEFAULT was replaced by H5ACC_OVERWRITE in the call to H5Fcreate.
Diffstat (limited to 'examples/h5_write.c')
-rw-r--r--examples/h5_write.c2
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