From 115af7e1c258b045018751c827dd4f119a986e81 Mon Sep 17 00:00:00 2001 From: Lars von Wolff <lars.von-wolff@ians.uni-stuttgart.de> Date: Thu, 26 Nov 2020 14:06:08 +0100 Subject: [PATCH] removed uggrid dependency in thinstrip --- src/paper_thinstrip_full/thinstrip_equation.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/paper_thinstrip_full/thinstrip_equation.cc b/src/paper_thinstrip_full/thinstrip_equation.cc index a80993f..5ea2676 100644 --- a/src/paper_thinstrip_full/thinstrip_equation.cc +++ b/src/paper_thinstrip_full/thinstrip_equation.cc @@ -89,13 +89,6 @@ class StrechingThinstripTransform int main(int argc, char** argv) { - #if !HAVE_SUPERLU - std::cout << "Error: These examples work only if SuperLU is available." << std::endl; - exit(1); - #endif - - #if HAVE_UG - try{ // Maybe initialize Mpi Dune::MPIHelper& helper = Dune::MPIHelper::instance(argc, argv); @@ -216,5 +209,4 @@ int main(int argc, char** argv) std::cerr << "Unknown exception thrown!" << std::endl; return 1; } - #endif } -- GitLab