Skip to content
Snippets Groups Projects
Commit eff0dc4f authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdiInitialize: added call to grib_multi_support_off().

parent 9efcb147
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,9 @@ void cdiInitialize(void)
gribFixZSE(1); // 1: Fix ZeroShiftError of simple packed spherical harmonics
gribSetConst(1); // 1: Don't pack constant fields on regular grids
#endif
#ifdef HAVE_LIBGRIB_API
grib_multi_support_off(NULL);
#endif
value = cdiGetenvInt("CDI_DEBUG");
if ( value >= 0 ) CDI_Debug = (int) value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment