BlackoilWellModelGeneric: template Scalar type

This commit is contained in:
Arne Morten Kvarving
2024-04-23 11:33:33 +02:00
parent 3d381bac91
commit f0e7f8842b
12 changed files with 394 additions and 383 deletions
+3 -3
View File
@@ -259,7 +259,7 @@ BOOST_AUTO_TEST_CASE(EclGenericProblem)
namespace Opm {
class BlackoilWellModelGenericTest : public BlackoilWellModelGeneric
class BlackoilWellModelGenericTest : public BlackoilWellModelGeneric<double>
{
public:
BlackoilWellModelGenericTest(Schedule& schedule,
@@ -268,8 +268,8 @@ public:
const PhaseUsage& phase_usage,
const Parallel::Communication& comm,
bool deserialize)
: BlackoilWellModelGeneric(schedule, summaryState,
eclState, phase_usage, comm)
: BlackoilWellModelGeneric<double>(schedule, summaryState,
eclState, phase_usage, comm)
{
if (deserialize) {
active_wgstate_.well_state = WellState<double>(dummy);