Files
hdf5/examples
Albert Cheng e91af4bdbd [svn-r17694] Removed the erroneous test of using v16 API.
The error started out as an erroneous test of using v16 API via
source code. (See bug 1264).  It was implemented as:

#include "hdf5.h"
#define H5_USE_16_API

That was incorrect and generated warnings in Linux but error in AIX
for redefining macro H5_USE_16_API.

I corrected it yesterday to pass AIX by moving H5_USE_16_API up as:

#define H5_USE_16_API
#include "hdf5.h"

This is the proper way to turn on v16API and it passes all normal
tests.  I knew it would not work if somehow v16API is disabled
but hoping it can be fixed later.  Well, it broke last night
under --disable-deprecated-symbols.  

Removed the #define H5_USE_16_API and let Raymond fix it after
the release.
2009-10-20 14:43:00 -05:00
..
2007-10-30 13:13:48 -05:00
2008-09-16 11:22:16 -05:00
2007-10-08 14:59:36 -05:00
2007-10-11 11:24:11 -05:00
2007-10-11 11:24:11 -05:00
2008-09-16 11:22:16 -05:00
2007-10-11 11:24:11 -05:00
2009-03-10 20:44:36 -05:00
2007-10-30 17:56:15 -05:00
2008-09-16 11:22:16 -05:00
2007-10-11 11:24:11 -05:00
2007-10-08 14:59:36 -05:00
2009-03-10 20:44:36 -05:00
2007-10-11 11:24:11 -05:00
2009-03-10 20:44:36 -05:00
2009-05-05 10:05:17 -05:00
2007-10-11 11:24:11 -05:00
2009-10-15 12:08:41 -05:00
2007-10-11 11:24:11 -05:00