mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unneeded (implicit) template argument.
This commit is contained in:
@@ -680,7 +680,7 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
std::string solver_approach = param_.getDefault<std::string>("solver_approach", flowDefaultSolver);
|
||||
std::string solver_approach = param_.getDefault("solver_approach", flowDefaultSolver);
|
||||
|
||||
if (solver_approach == cprSolver) {
|
||||
fis_solver_.reset(new NewtonIterationBlackoilCPR(param_, parallel_information_));
|
||||
|
||||
Reference in New Issue
Block a user