diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-21 15:11:53 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-21 15:11:53 (GMT) |
commit | 940da78df9c9c2de1d307da75e7777c2e478f841 (patch) | |
tree | 24682013472eaa9d839146a5198b32f110ea7b55 /config/cmake/H5pubconf.h.in | |
parent | a539386a873882148aed2a7601d661d2a57c6374 (diff) | |
download | hdf5-940da78df9c9c2de1d307da75e7777c2e478f841.zip hdf5-940da78df9c9c2de1d307da75e7777c2e478f841.tar.gz hdf5-940da78df9c9c2de1d307da75e7777c2e478f841.tar.bz2 |
[svn-r27417] comment code cleanup
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index f7dcce2..f0d3031 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -66,7 +66,7 @@ /* Define Fortran Maximum Real Decimal Precision */ #cmakedefine H5_PAC_FC_MAX_REAL_PRECISION @H5_PAC_FC_MAX_REAL_PRECISION@ -/* Determine the maximum decimal precision in C MSB NOT USED??*/ +/* Define C Maximum Real Decimal Precision */ #cmakedefine H5_PAC_C_MAX_REAL_PRECISION @H5_PAC_C_MAX_REAL_PRECISION@ /* Define if we have Fortran C_LONG_DOUBLE */ |