Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more quantize testing and adding pre-processor constant NC_MAX_FILENAME to nc_tests.h #2457

Merged
merged 12 commits into from
Jul 25, 2022
1 change: 1 addition & 0 deletions include/nc_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#define BAD_NAME "dd//d/ "
#define NUM_CLASSIC_TYPES 6
#define NUM_NETCDF_TYPES 12
#define NC_MAX_FILENAME 4096
/** \} */

#ifdef USE_PNETCDF
Expand Down
Loading