From 41dcd0e89a8b9af6c367a26c4899a48fade49d3d Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 2 Aug 2023 12:04:54 +0200 Subject: [PATCH] Fix test --- .../find_all_active_cells_around_point_01.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/remote_point_evaluation/find_all_active_cells_around_point_01.cc b/tests/remote_point_evaluation/find_all_active_cells_around_point_01.cc index 1d6046adab..bdd3d2746a 100644 --- a/tests/remote_point_evaluation/find_all_active_cells_around_point_01.cc +++ b/tests/remote_point_evaluation/find_all_active_cells_around_point_01.cc @@ -61,6 +61,7 @@ test() } } +int main(int argc, char **argv) { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); -- 2.39.5