mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename parameter --linear-solver-configuration to --linsolver.
This commit is contained in:
@@ -36,7 +36,7 @@ template<class TypeTag>
|
||||
boost::property_tree::ptree
|
||||
setupPropertyTree(FlowLinearSolverParameters p) // Note: copying the parameters to potentially override.
|
||||
{
|
||||
std::string conf = p.linear_solver_configuration_;
|
||||
std::string conf = p.linsolver_;
|
||||
|
||||
// Get configuration from file.
|
||||
if (conf.substr(conf.size() - 5, 5) == ".json") {
|
||||
|
||||
Reference in New Issue
Block a user