Skip to content

Commit

Permalink
sst
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jun 14, 2021
1 parent 9ed8997 commit e7895d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/engine/sst/SstParamParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void SstParamParser::ParseParams(IO &io, struct _SstParams &Params)
// not really a parameter, but a convenient way to pass this around
auto lf_SetIsRowMajorParameter = [&](const std::string key,
int &parameter) {
parameter = (io.m_ArrayOrder == ArrayOrdering::RowMajor);
parameter = (io.m_ArrayOrder == adios2::ArrayOrdering::RowMajor);
return true;
};

Expand Down

0 comments on commit e7895d9

Please sign in to comment.