netcdf-c/include
Greg Sjaardema 30540026db
Eliminate nested comments
Looks like extra comment begin and a missing comment end resulted in nested comments.  Results in warning on at least the ibm compiler:
```
In file included from /g/g16/TPL/netcdf/netcdf-c/include/nc4internal.h:24:0,
                 from /g/g16/TPL/netcdf/netcdf-c/ncgen/includes.h:50,
                 from /g/g16/TPL/netcdf/netcdf-c/ncgen/genc.c:7:
/g/g16/TPL/netcdf/netcdf-c/include/nc_provenance.h:4:1: warning: "/*" within comment [-Wcomment]
 /**
 ^
```
2018-12-07 08:44:46 -07:00
..
.gitignore
ceconstraints.h
CMakeLists.txt re: github issues 2018-10-30 20:48:12 -06:00
err_macros.h
fbits.h
hdf4dispatch.h add a missed update to NC_HDF4_open 2018-09-23 01:36:50 -05:00
hdf5dispatch.h cleanup 2018-11-26 11:22:32 -07:00
hdf5internal.h rename HDF5 dispatch functions to start with NC4_HDF5 2018-11-26 08:13:57 -07:00
Makefile.am Merge branch 'ejh_next_17' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif 2018-11-28 13:28:26 -07:00
nc3dispatch.h
nc3internal.h This Pre removed #include <netcdf.h> from netcdf_mem.h. 2018-10-07 12:05:26 -06:00
nc4dispatch.h rename HDF5 dispatch functions to start with NC4_HDF5 2018-11-26 08:13:57 -07:00
nc4internal.h Merge branch 'ejh_next_17' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif 2018-11-28 13:28:26 -07:00
nc_hashmap.h
nc_logging.h
nc_provenance.h Eliminate nested comments 2018-12-07 08:44:46 -07:00
nc_tests.h
nc.h
ncauth.h
ncbytes.h
ncconfigure.h
ncdap.h Modify DAP2 and DAP4 to optionally allow Fillvalue/Variable mismatch 2018-10-01 15:51:43 -06:00
ncdimscale.h changes in support of separating HDF5 and libsrc4 2018-11-26 04:31:23 -07:00
ncdispatch.h cleanup 2018-11-26 11:22:32 -07:00
ncexternl.h
ncfilter.h
nchashmap.h changes in support of separating HDF5 and libsrc4 2018-11-26 04:31:23 -07:00
ncindex.h
nclist.h
nclog.h Modify DAP2 and DAP4 to optionally allow Fillvalue/Variable mismatch 2018-10-01 15:51:43 -06:00
ncoffsets.h Fixed a whitespace issue that occurs on OSX. 2018-11-16 15:08:17 -07:00
ncrc.h Revert/Improve nc_create + NC_DISKLESS behavior 2018-10-10 13:32:17 -06:00
nctestserver.h re: github issues 2018-10-30 20:48:12 -06:00
nctime.h
ncuri.h
ncutf8.h
ncwinpath.h
netcdf_aux.h Fix more memory leaks in netcdf-c library 2018-11-15 10:00:38 -07:00
netcdf_f.h
netcdf_mem.h Remove unneeded include of netcdf.h from netcdf_mem.h 2018-09-23 14:16:45 -06:00
netcdf_meta.h.in
netcdf_par.h
netcdf.h Revert/Improve nc_create + NC_DISKLESS behavior 2018-10-10 13:32:17 -06:00
onstack.h
rnd.h
XGetopt.h