mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Order of initialization should match order of definition.
This commit is contained in:
parent
70c9d2e237
commit
4c213b25e0
@ -33,11 +33,11 @@ PerfData::PerfData(std::size_t num_perf, bool injector_, std::size_t num_phases)
|
||||
, polymer_rates(num_perf)
|
||||
, brine_rates(num_perf)
|
||||
, prod_index(num_perf * num_phases)
|
||||
, micp_rates(num_perf)
|
||||
, cell_index(num_perf)
|
||||
, connection_transmissibility_factor(num_perf)
|
||||
, satnum_id(num_perf)
|
||||
, ecl_index(num_perf)
|
||||
, micp_rates(num_perf)
|
||||
{
|
||||
if (injector) {
|
||||
this->water_throughput.resize(num_perf);
|
||||
|
Loading…
Reference in New Issue
Block a user