[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:
Bill Wendling 2001-04-03 16:09:08 -05:00
parent 852a24da19
commit b18e6194df
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
*-------------------------------------------------------------------------
*/
#include <hdf5.h>
#include "hdf5.h"
#include "H5Git.h"
#define FALSE 0

View File

@ -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 );

View File

@ -1,7 +1,7 @@
#ifndef _H5f90_H
#define _H5f90_H
#include <hdf5.h>
#include "hdf5.h"
#include "H5f90i.h"
#include "H5f90proto.h"