From 9b7360441adb045aa2140d5c2f8befd16dde56f0 Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Fri, 15 Jan 2016 16:04:47 +0100 Subject: [PATCH] [2cstokes2p2c] Update guardians statements. --- test/multidomain/2cstokes2p2c/test_2cstokes2p2c.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.cc b/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.cc index 1f2dc47e19..9220752005 100644 --- a/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.cc +++ b/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.cc @@ -68,12 +68,12 @@ void printUsage(const char *progName, const std::string &errorMsg) int main(int argc, char** argv) { -#if (HAVE_SUPERLU || HAVE_UMFPACK) +#if (HAVE_SUPERLU || HAVE_PARDISO) typedef TTAG(TwoCStokesTwoPTwoCProblem) ProblemTypeTag; return Dumux::start<ProblemTypeTag>(argc, argv, printUsage); #else -#warning "You need to have SuperLU or UMFPack installed to run this test." - std::cerr << "You need to have SuperLU or UMFPack installed to run this test\n"; +#warning "You need to have SuperLU or Pardiso installed to run this test." + std::cerr << "You need to have SuperLU or Pardiso installed to run this test\n"; return 77; #endif } -- GitLab