Skip to content

Commit

Permalink
Initialise xiosHandler to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 9, 2024
1 parent fd3b1f7 commit 51dbfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/include/ModelMetadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ModelMetadata {
const std::string bboxName = "bounding_boxes";
#endif
#ifdef USE_XIOS
Xios* xiosHandler;
Xios* xiosHandler = nullptr;
#endif
};

Expand Down

0 comments on commit 51dbfb5

Please sign in to comment.