Commit Graph

5 Commits

Author SHA1 Message Date
Elena Pourmal
9275de5237 [svn-r3960]
Purpose:
    Bug fix
Description:
    All examples used "FILE"  string in the #define preprocessor                                      directive. That caused error on Windows platforms since                                           FILE is a structure returned by fopen calls.
Solution:
    Changed "FILE" to "H5FILE_NAME"
Platforms tested:
    HPUX 11.00 (kelgia)
2001-06-05 16:10:59 -05:00
Bill Wendling
c514abd496 [svn-r3934] Purpose:
Code Update
Description:
    Ported change from the 1.5 branch to the 1.4 branch where all HDF5
    include files are in quotes instead of angle brackets:

        #include "hdf5_file.h"

    instead of

        #include <hdf5_file.h>

Platforms tested:
    Linux
2001-05-15 16:28:04 -05:00
Elena Pourmal
1607517ff2 [svn-r1431]
Example was modified to use references to different objects.
Missing calls to release dataset handles and to free memory buffers were
added.

Tested on  baldric.
1999-07-06 15:43:00 -05:00
Albert Cheng
2e69c87e6b [svn-r1403] Added the include to make malloc compiled correctly. 1999-07-01 14:16:36 -05:00
Elena Pourmal
debc8037fb [svn-r1380] Two new examples h5_mount.c and h5_reference.c were added.
h5_select.c was modified to use fill values, and h5_group.c was modified
to show how H5Giterate can be used to get information about the objects in
a group.

Necessary changes were done to the Makefile.in.

Tested on Solaris 2.6 (baldric)
1999-06-25 13:11:09 -05:00