Skip to content

Commit

Permalink
corrected the macro to only include the grib functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nobrewittwer committed Jan 6, 2025
1 parent fb08af5 commit 094b53a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mptrac.h
Original file line number Diff line number Diff line change
Expand Up @@ -6410,13 +6410,14 @@ void read_met_geopot(
* @authors Lars Hoffmann
* @authors Jan Clemens
*/
#ifdef ECCODES

void read_met_grid(
const char *filename,
const int ncid,
const ctl_t * ctl,
met_t * met);


#ifdef ECCODES
void read_met_global_grib(
codes_handle** handles,
int count_handles,
Expand Down

0 comments on commit 094b53a

Please sign in to comment.