Skip to content
Snippets Groups Projects
Commit 9b736044 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[2cstokes2p2c] Update guardians statements.

parent 0f6d09cd
No related branches found
No related tags found
1 merge request!47Feature/tensorgrid
......@@ -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
}
......
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