From 712de213ceec3ff2adc1c6398266dd2cdfcb5911 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 11 Feb 1998 16:08:57 -0500 Subject: [svn-r253] Parameter H5ACC_DEFAULT was replaced by H5ACC_OVERWRITE in the call to H5Fcreate. --- examples/h5_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12