mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r3773] Purpose:
Update Description: Changed #include <hdf5.h> to #include "hdf5.h" to be consistent with the other code. Platforms tested: Linux
This commit is contained in:
parent
852a24da19
commit
b18e6194df
@ -5,7 +5,7 @@
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include <hdf5.h>
|
||||
#include "hdf5.h"
|
||||
#include "H5Git.h"
|
||||
#define FALSE 0
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef _H5Git_H
|
||||
#define _H5Git_H
|
||||
|
||||
#include <hdf5.h>
|
||||
#include "hdf5.h"
|
||||
|
||||
int H5Gn_members( hid_t loc_id, char *group_name );
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _H5f90_H
|
||||
#define _H5f90_H
|
||||
|
||||
#include <hdf5.h>
|
||||
#include "hdf5.h"
|
||||
#include "H5f90i.h"
|
||||
#include "H5f90proto.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user