Skip to content

Commit

Permalink
Fix USE_MPI endif
Browse files Browse the repository at this point in the history
  • Loading branch information
draenog committed Jun 22, 2023
1 parent edf18b3 commit 411bb48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/RectGridIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ModelState RectGridIO::getModelState(const std::string& filePath)
std::vector<size_t> startVector = { 0, 0, 0 };
std::vector<size_t> zArrayDims = ModelArray::dimensions(ModelArray::Type::Z);
dataGroup.getVar(ticeName).getVar(startVector, zArrayDims, &state.data[ticeName][0]);
#endif

ncFile.close();
return state;
Expand Down

0 comments on commit 411bb48

Please sign in to comment.