Inserted reservoir max rate into the group structure

This commit is contained in:
Kjetil Olsen Lye
2012-05-07 14:28:33 +02:00
parent b75f8a8e2b
commit 1a9204e8aa

View File

@@ -1000,6 +1000,7 @@ namespace Opm
production_specification.gas_max_rate_ = line.gas_max_rate_;
production_specification.liquid_max_rate_ = line.liquid_max_rate_;
production_specification.procedure_ = toProductionProcedure(line.procedure_);
production_specification.reservoir_flow_max_rate_ = line.resv_max_rate_;
}
}
}