Throw information for Petsc.

This commit is contained in:
Liu Ming 2014-05-16 15:02:49 +08:00
parent 559003ef1e
commit 6f2d28d08a

View File

@ -49,7 +49,7 @@ namespace Opm
#else
solver_.reset(new LinearSolverPetsc);
OPM_THROW(std::runtime_error, "No linear solver available, you must have UMFPACK or dune-istl installed to use LinearSolverFactory.");
OPM_THROW(std::runtime_error, "No linear solver available, you must have UMFPACK , dune-istl or Petsc installed to use LinearSolverFactory.");
#endif
}