From: Peter Munch Date: Wed, 2 Aug 2023 10:04:54 +0000 (+0200) Subject: Fix test X-Git-Tag: relicensing~627^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15822%2Fhead;p=dealii.git Fix test --- 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);