From a22ea8bbc4a6d33a432d754b47b67caa6cb6582e Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Tue, 11 Jul 2023 10:56:40 -0400 Subject: [PATCH] Update tests/performance/timing_step_68.cc Co-authored-by: Timo Heister --- tests/performance/timing_step_68.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/timing_step_68.cc b/tests/performance/timing_step_68.cc index b3f3edb734..632fbf9711 100644 --- a/tests/performance/timing_step_68.cc +++ b/tests/performance/timing_step_68.cc @@ -326,7 +326,7 @@ namespace Step68 FEPointEvaluation evaluator(mapping, fluid_fe, update_values); const double this_mpi_process = - (double)Utilities::MPI::this_mpi_process(mpi_communicator); + static_cast(Utilities::MPI::this_mpi_process(mpi_communicator)); auto particle = particle_handler.begin(); while (particle != particle_handler.end()) -- 2.39.5