Skip to content

Commit

Permalink
Bring dolfinx::list_timings signature up to date with current dolfinx
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 3, 2024
1 parent d1ed920 commit 4457e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void solve(int argc, char* argv[])
}

// Display timings
dolfinx::list_timings(MPI_COMM_WORLD, {dolfinx::TimingType::wall});
dolfinx::list_timings(MPI_COMM_WORLD);

// Report number of Krylov iterations
double norm = dolfinx::la::norm(*(u->x()));
Expand Down

0 comments on commit 4457e49

Please sign in to comment.