Fix template argument of solver class.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-08-12 12:26:26 +02:00
parent b85ba1bcc0
commit 2aff3e3750

View File

@ -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();