From 25eb867801af6dfd1ef93cec76b804f0452f5947 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 22 Dec 2022 11:22:28 +0100 Subject: [PATCH] test_immiscibleflash: no reason to initialize MPI here --- tests/test_immiscibleflash.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test_immiscibleflash.cpp b/tests/test_immiscibleflash.cpp index f05622f22..5064f3a8f 100644 --- a/tests/test_immiscibleflash.cpp +++ b/tests/test_immiscibleflash.cpp @@ -46,8 +46,6 @@ #include #include -#include - #include template @@ -280,10 +278,8 @@ inline void testAll() checkImmiscibleFlash(fsRef, matParams2); } -int main(int argc, char **argv) +int main() { - Dune::MPIHelper::instance(argc, argv); - testAll(); testAll();