Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Feb 5, 2022
1 parent 269e414 commit cee8d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/utils/adios_iotest/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ int Settings::rescaleDecomp()
adios2::helper::Throw<std::invalid_argument>(
"Utils::adios_iotest", "settings", "rescaleDecomp",
"decomposition ratios must scale up to process count");
return 0;
}

int Settings::processArgs(int argc, char *argv[])
Expand Down

0 comments on commit cee8d17

Please sign in to comment.