blob: ab72b912826b872d05dff7882a2baf9a2c97a13c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _H5f90_H
#define _H5f90_H
#include "hdf5.h"
#include "H5f90i.h"
#include "H5f90proto.h"
/* Constants used in H5Rff.f90 and H5Rf.c files */
#define REF_OBJ_BUF_LEN_F 2
#define REF_REG_BUF_LEN_F 3
/* Constants used in H5Gf.c files */
#define OBJECT_NAMELEN_DEFAULT_F -1
#endif /* _H5f90_H */
|