Error in User guide

Hello

I think i've spotted an error in the user guide.

Page 25, in 2.2.1, Example 1.

file = H5Fcreate(FILE, H5ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);

should be

file = H5Fcreate(FILE, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);

Mathieu

Mathieu,

Thanks for the note. The error will be fixed in the next release.

Mark

ยทยทยท

----
------
Mark Evans
evan@hdfgroup.org
------

On 4/18/2012 9:59 AM, Mathieu westphal wrote:

Hello

I think i've spotted an error in the user guide.

Page 25, in 2.2.1, Example 1.

file = H5Fcreate(FILE, H5ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);

should be

file = H5Fcreate(FILE, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);

Mathieu

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org