Unidata / netcdf-cxx4

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

Add `NcType::isNonPrimitive()` helper function to reduce duplication #142

Open ZedThree opened 8 months ago

ZedThree commented 8 months ago

Probably even better would be to add a helper functions for nc_put_att* to remove the duplicated methods between NcGroup::putAtt and NcVar::putAtt