Skip to content

Commit

Permalink
Introduce optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum authored and blaisb committed Aug 23, 2024
1 parent 75b8617 commit 2a7462b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ main(int argc, char *argv[])
MPI_COMM_WORLD) == 0) &&
print_parameters);

ConditionalOStream pcout(
std::cout, Utilities::MPI::this_mpi_process(MPI_COMM_WORLD) == 0);

if (dim == 2)
{
ParameterHandler prm;
Expand Down

0 comments on commit 2a7462b

Please sign in to comment.