From b872c8c32dd0ef7c21524af1f5b587f2cb9e7227 Mon Sep 17 00:00:00 2001 From: Lars von Wolff <lars.von-wolff@ians.uni-stuttgart.de> Date: Thu, 26 Nov 2020 14:26:19 +0100 Subject: [PATCH] Fixed thinstrip.cc --- src/paper_thinstrip_full/thinstrip_equation.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/paper_thinstrip_full/thinstrip_equation.cc b/src/paper_thinstrip_full/thinstrip_equation.cc index 5ea2676..60d1d9b 100644 --- a/src/paper_thinstrip_full/thinstrip_equation.cc +++ b/src/paper_thinstrip_full/thinstrip_equation.cc @@ -89,6 +89,7 @@ class StrechingThinstripTransform int main(int argc, char** argv) { + try{ // Maybe initialize Mpi Dune::MPIHelper& helper = Dune::MPIHelper::instance(argc, argv); -- GitLab