Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Heinrich-BR committed Jul 9, 2024
1 parent 2f81519 commit fb03936
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion include/problem/MFEMProblem.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class MFEMProblem : public ExternalProblem
int _order;
mfem::Device _device;


hephaestus::Coefficients _coefficients;
hephaestus::InputParameters _solver_options;
hephaestus::Outputs _outputs;
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-platypus-csd3-ampere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ install_spack_deps
install_gslib
install_mfem
install_moose
install_platypus
install_platypus
4 changes: 1 addition & 3 deletions src/problem/MFEMProblem.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ MFEMProblem::validParams()
"Number of timesteps between successive write outs of data collections to file.");
params.addParam<bool>(
"use_glvis", false, "Attempt to open GLVis ports to display variables during simulation");
params.addParam<std::string>(
"device", "cpu", "Run app on the chosen device.");

params.addParam<std::string>("device", "cpu", "Run app on the chosen device.");

return params;
}
Expand Down

0 comments on commit fb03936

Please sign in to comment.