Skip to content

Commit

Permalink
Modernisation: Nearest: Fix pointer to healpix
Browse files Browse the repository at this point in the history
  • Loading branch information
joobog committed Nov 5, 2024
1 parent b88ac2c commit d6f8b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geo_nearest/grib_nearest_class_healpix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "grib_nearest_class_healpix.h"

eccodes::geo_nearest::Healpix _grib_nearest_healpix{};
eccodes::geo_nearest::Healpix* grib_nearest_healpix = &_grib_nearest_healpix;
eccodes::geo_nearest::Nearest* grib_nearest_healpix = &_grib_nearest_healpix;

namespace eccodes::geo_nearest {

Expand Down

0 comments on commit d6f8b95

Please sign in to comment.