mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix template argument of solver class.
This commit is contained in:
parent
b85ba1bcc0
commit
2aff3e3750
@ -295,7 +295,7 @@ namespace Opm
|
|||||||
|
|
||||||
SimulatorReport sreport;
|
SimulatorReport sreport;
|
||||||
|
|
||||||
FullyImplicitBlackoilSolver<UnstructuredGrid> solver(param_, grid_, props_, geo_, rock_comp_props_, *wells, solver_, has_disgas_, has_vapoil_);
|
FullyImplicitBlackoilSolver<T> solver(param_, grid_, props_, geo_, rock_comp_props_, *wells, solver_, has_disgas_, has_vapoil_);
|
||||||
|
|
||||||
// Run solver.
|
// Run solver.
|
||||||
solver_timer.start();
|
solver_timer.start();
|
||||||
|
Loading…
Reference in New Issue
Block a user