We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 867da99 + 481c78c commit 45b5d55Copy full SHA for 45b5d55
src/accessor/grib_accessor_class_data_ccsds_packing.cc
@@ -13,11 +13,11 @@
13
14
#if defined(HAVE_LIBAEC) || defined(HAVE_AEC)
15
#include <libaec.h>
16
+ #ifndef LIBAEC_DLL_EXPORTED
17
+ #error Version of libaec appears to be too old. Please upgrade.
18
+ #endif
19
#endif
20
-#ifndef LIBAEC_DLL_EXPORTED
- #error Version of libaec appears to be too old. Please upgrade.
-#endif
21
22
grib_accessor_class_data_ccsds_packing_t _grib_accessor_class_data_ccsds_packing{ "data_ccsds_packing" };
23
grib_accessor_class* grib_accessor_class_data_ccsds_packing = &_grib_accessor_class_data_ccsds_packing;
0 commit comments