Rename parameter --linear-solver-configuration to --linsolver.

This commit is contained in:
Atgeirr Flø Rasmussen
2020-10-12 17:03:00 +02:00
parent f169cf90d8
commit 316b28923d
3 changed files with 7 additions and 7 deletions

View File

@@ -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") {