Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
126 stars 49 forks source link

header file is right? #119

Open Pro-pra opened 2 years ago

Pro-pra commented 2 years ago

This header file https://github.com/Unidata/netcdf-cxx4/blob/master/cxx4/netcdf have right name? maybe its name netcdfcpp.h ?

kst (https://github.com/Kst-plot/kst) project build need netcdfcpp.h, and no project provided netcdfcpp.h

ZedThree commented 2 years ago

I think netcdfcpp.h is the "legacy" C++ API, you want something like https://packages.ubuntu.com/impish/libnetcdf-cxx-legacy-dev

Or to update your code to use the new API

Pro-pra commented 2 years ago

strange to see file in include without .h extension... this fact made me doubt