Throw information for Petsc.
This commit is contained in:
parent
8820781158
commit
55f348e4cd
@ -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