Skip to content

Commit

Permalink
ECC-1820: Fix CCSDS class when -DENABLE_AEC=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed May 7, 2024
1 parent 677f73f commit 481c78c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/accessor/grib_accessor_class_data_ccsds_packing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#if defined(HAVE_LIBAEC) || defined(HAVE_AEC)
#include <libaec.h>
#ifndef LIBAEC_DLL_EXPORTED
#error Version of libaec appears to be too old. Please upgrade.
#endif
#endif

#ifndef LIBAEC_DLL_EXPORTED
#error Version of libaec appears to be too old. Please upgrade.
#endif

grib_accessor_class_data_ccsds_packing_t _grib_accessor_class_data_ccsds_packing{ "data_ccsds_packing" };
grib_accessor_class* grib_accessor_class_data_ccsds_packing = &_grib_accessor_class_data_ccsds_packing;
Expand Down

0 comments on commit 481c78c

Please sign in to comment.