Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Oct 7, 2024
1 parent ba49d68 commit a4e7bca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/base/CardinalApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ CardinalApp::validParams()
// or just plain MOOSE-type apps), these are unused
params.addCommandLineParam<int>(
"nekrs_buildonly", "--nekrs-buildonly [#procs]", "#procs to build NekRS if pre-compiling");
params.addCommandLineParam<int>(
"nekrs_cimode",
"--nekrs-cimode [id]",
"Test ID for NekRS CI settings for execution within Cardinal");
params.addCommandLineParam<int>("nekrs_cimode",
"--nekrs-cimode [id]",
"Test ID for NekRS CI settings for execution within Cardinal");
params.addCommandLineParam<std::string>(
"nekrs_backend",
"--nekrs-backend",
Expand Down

0 comments on commit a4e7bca

Please sign in to comment.