adding tests related to VFP table number

This commit is contained in:
Kai Bao
2018-05-30 14:12:50 +02:00
parent f945032405
commit 59bb98d312
2 changed files with 167 additions and 4 deletions

View File

@@ -500,8 +500,6 @@ namespace Opm {
properties = WellProductionProperties::prediction( record, addGrupProductionControl );
} else {
const WellProductionProperties& prev_properties = well->getProductionProperties(currentStep);
const double BHPLimit = prev_properties.BHPLimit;
const int VFPTableNumber = prev_properties.VFPTableNumber;
properties = WellProductionProperties::history(prev_properties, record);
}