Skip to content

Commit

Permalink
build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopendlebury committed Feb 22, 2024
1 parent 764649b commit c9a3b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gribmessage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class GribMessage
std::unique_ptr<GridArea> getGridArea();
std::vector<double> colToVector(std::shared_ptr<arrow::ChunkedArray> columnArray);
GribLocationData* getLocationData(std::unique_ptr<GridArea> gridArea);
codes_handle* h;
GribReader* _reader;
codes_handle* h;
long _message_id;

};
Expand Down

0 comments on commit c9a3b4c

Please sign in to comment.