Skip to content

Commit

Permalink
Merge branch 'kronbichler:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mschreter committed Aug 29, 2024
2 parents eed1849 + 46c04cd commit 2205446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/parameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ FlowParameters::parse_parameters(const std::string parameter_file, ParameterHand
catch (...)
{
if (Utilities::MPI::this_mpi_process(MPI_COMM_WORLD) == 0)
prm.print_parameters(std::cout, ParameterHandler::Text);
prm.print_parameters(std::cout, ParameterHandler::PRM);
AssertThrow(false, ExcMessage("Invalid input parameter file."));
}

Expand Down

0 comments on commit 2205446

Please sign in to comment.