[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
This commit is contained in:
Bill Wendling
2001-05-15 16:28:04 -05:00
parent a31d4b8619
commit c514abd496
222 changed files with 933 additions and 938 deletions

View File

@@ -12,7 +12,7 @@
and selected elements data from the integer dataset.
*/
#include <hdf5.h>
#include "hdf5.h"
#define filename "REF_REG.h5"
#define dsetnamev "MATRIX"