Doxygen Source Code Documentation
tests.inc File Reference
#include "../fortran/nfconfig.inc"
#include "../fortran/netcdf.inc"
Go to the source code of this file.
Define Documentation
#define NFT_CHAR NFT_TEXT |
|
#define NFT_UNSPECIFIED 0 |
|
#define NUM_FORTRAN_TYPES (3 + NF_S + NF_B) |
|
#define X_BYTE_MAX X_INT1_MAX |
|
#define X_BYTE_MIN X_INT1_MIN |
|
#define X_DOUBLE_MAX 1.7976931348623157D+200 |
|
#define X_DOUBLE_MIN (-X_DOUBLE_MAX) |
|
#define X_FLOAT_MAX X_REAL_MAX |
|
#define X_FLOAT_MIN X_REAL_MIN |
|
#define X_INT1_MIN (-128) |
|
#define X_INT2_MIN (-32768) |
|
#define X_INT_MAX 2147483647 |
|
#define X_INT_MIN (-2147483647-1) |
|
#define X_REAL_MAX 3.4028234663852886e+37 |
|
#define X_REAL_MIN (-X_FLOAT_MAX) |
|
#define X_SHORT_MAX X_INT2_MAX |
|
#define X_SHORT_MIN X_INT2_MIN |
|