mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Throw information for Petsc.
This commit is contained in:
parent
559003ef1e
commit
6f2d28d08a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user