Skip to content

Commit

Permalink
Merge pull request #6016 from tjhei/fix-param-text-to-prm-master
Browse files Browse the repository at this point in the history
ParameterHandler fix for deal.II master
  • Loading branch information
gassmoeller authored Aug 28, 2024
2 parents f488e7f + e9a8193 commit 5060966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/simulator/core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ namespace aspect
AssertThrow (prm_out,
ExcMessage (std::string("Could not open file <") +
parameters.output_directory + "parameters.prm>."));
prm.print_parameters(prm_out, ParameterHandler::Text);
prm.print_parameters(prm_out, ParameterHandler::PRM);

std::ofstream json_out ((parameters.output_directory + "parameters.json"));
AssertThrow (json_out,
Expand Down

0 comments on commit 5060966

Please sign in to comment.