Use reference for WellInterface::parallel_well_info_

This commit is contained in:
Markus Blatt
2020-12-04 12:55:27 +01:00
parent eb03712027
commit 2e5b1c8d54
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ namespace Opm
const int first_perf_index,
const std::vector<PerforationData>& perf_data)
: well_ecl_(well)
, parallel_well_info_(&pw_info)
, parallel_well_info_(pw_info)
, current_step_(time_step)
, param_(param)
, rateConverter_(rate_converter)