mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 07:23:27 -06:00
Throw information for Petsc.
This commit is contained in:
parent
559003ef1e
commit
6f2d28d08a
@ -49,7 +49,7 @@ namespace Opm
|
|||||||
#else
|
#else
|
||||||
solver_.reset(new LinearSolverPetsc);
|
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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user