mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r3771] Purpose:
Update Description: Changed #include <hdf5_file.h> to #include "hdf5_file.h" so that gcc can find our dependencies files instead of all of the include files (we don't care about system header files). Platforms tested: Linux
This commit is contained in:
parent
bfd983e7f4
commit
88b51be743
@ -11,7 +11,8 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <hdf5.h>
|
||||
|
||||
#include "hdf5.h"
|
||||
|
||||
#define FILE "Attributes.h5"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,8 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include<hdf5.h>
|
||||
|
||||
#include "hdf5.h"
|
||||
|
||||
#define FILE "refere.h5"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* memory dataset preserving the shape of the selection.
|
||||
*/
|
||||
|
||||
#include <hdf5.h>
|
||||
#include "hdf5.h"
|
||||
|
||||
#define FILE "Select.h5"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Data conversion is performed during write operation.
|
||||
*/
|
||||
|
||||
#include <hdf5.h>
|
||||
#include "hdf5.h"
|
||||
|
||||
#define FILE "SDS.h5"
|
||||
#define DATASETNAME "IntArray"
|
||||
|
Loading…
Reference in New Issue
Block a user