Remove first perf member from Well classes

This commit is contained in:
Joakim Hove
2021-06-06 08:58:41 +02:00
parent 8ad44d046d
commit 023edc67e5
16 changed files with 5 additions and 37 deletions

View File

@@ -39,7 +39,6 @@ namespace Opm
const int num_components,
const int num_phases,
const int index_of_well,
const int first_perf_index,
const std::vector<PerforationData>& perf_data)
: WellInterfaceIndices<FluidSystem,Indices,Scalar>(well,
pw_info,
@@ -49,7 +48,6 @@ namespace Opm
num_components,
num_phases,
index_of_well,
first_perf_index,
perf_data)
, param_(param)
{