Skip to content
Snippets Groups Projects
Commit 115af7e1 authored by Lars von Wolff's avatar Lars von Wolff
Browse files

removed uggrid dependency in thinstrip

parent 88c8c801
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment