mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Addedmissing space.
This commit is contained in:
parent
b16f635b90
commit
910ecdb78d
@ -40,7 +40,7 @@ setupPropertyTree(const FlowLinearSolverParameters& p)
|
||||
if (p.linear_solver_configuration_ == "file") {
|
||||
#if BOOST_VERSION / 100 % 1000 > 48
|
||||
if (p.linear_solver_configuration_json_file_ == "none"){
|
||||
OPM_THROW(std::invalid_argument, p.linear_solver_configuration_ << "is not a valid setting for --linear-solver-configuration."
|
||||
OPM_THROW(std::invalid_argument, p.linear_solver_configuration_ << " is not a valid setting for --linear-solver-configuration."
|
||||
<< " Please use ilu0, cpr_trueimpes, or cpr_quasiimpes");
|
||||
}else{
|
||||
boost::property_tree::read_json(p.linear_solver_configuration_json_file_, prm);
|
||||
|
Loading…
Reference in New Issue
Block a user