[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:
@@ -1,7 +1,7 @@
|
||||
#include <hdf5.h>
|
||||
#include "hdf5.h"
|
||||
|
||||
#define FILE "iterate.h5"
|
||||
#define FALSE 0
|
||||
#define FILE "iterate.h5"
|
||||
#define FALSE 0
|
||||
|
||||
/* 1-D dataset with fixed dimensions */
|
||||
#define SPACE1_NAME "Space1"
|
||||
|
||||
Reference in New Issue
Block a user