[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:
@@ -6,7 +6,7 @@
|
||||
* under name /G/D and data is printed out.
|
||||
*/
|
||||
|
||||
#include<hdf5.h>
|
||||
#include "hdf5.h"
|
||||
|
||||
#define FILE1 "mount1.h5"
|
||||
#define FILE2 "mount2.h5"
|
||||
|
||||
Reference in New Issue
Block a user