Skip to content
Snippets Groups Projects
Commit 3e2cdfb7 authored by Martin Beck's avatar Martin Beck
Browse files

[el1p2c] Optional use of dune-pdelab + amg or SuperLU, now working if only one...

[el1p2c] Optional use of dune-pdelab + amg or SuperLU, now working if only one option is available, and message if both are missing.

Reviewed by alexk.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12851 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent e887a33f
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,8 @@ void usage(const char *progName, const std::string &errorMsg)
int main(int argc, char** argv)
{
#if !DUNE_PDELAB_IS_PATCHED_FOR_DUMUX && !#HAVE_SUPERLU
std::cerr << "If you have either a patched dune-pdelab or SuperLU to run this test.\n" << std::endl;
#if !DUNE_PDELAB_IS_PATCHED_FOR_DUMUX && !HAVE_SUPERLU
std::cerr << "You need to have either a patched dune-pdelab or SuperLU to run this test.\n" << std::endl;
return 77;
#else
Dune::FMatrixPrecision<>::set_singular_limit(1e-22);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment