MISR Toolkit  1.5.1
H5f90.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
4  * All rights reserved. *
5  * *
6  * This file is part of HDF5. The full HDF5 copyright notice, including *
7  * terms governing use, modification, and redistribution, is contained in *
8  * the COPYING file, which can be found at the root of the source code *
9  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 
15 #ifndef _H5f90_H
16 #define _H5f90_H
17 
18 #include "hdf5.h"
19 #include "H5private.h"
20 #include "H5f90i.h"
21 #include "H5f90proto.h"
22 
23 /* Constants used in H5Rff.f90 and H5Rf.c files */
24 #define REF_REG_BUF_LEN_F 3
25 
26 /* Constants used in H5Gf.c files */
27 #define OBJECT_NAMELEN_DEFAULT_F -1
28 #define H5_MAX(a,b) (((a)>(b)) ? (a) : (b))
29 #endif /* _H5f90_H */

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52