remove unused variable

This commit is contained in:
Arne Morten Kvarving
2018-11-07 09:46:10 +01:00
parent 8e92a84c09
commit 3cbc40bd4d

View File

@@ -1232,7 +1232,6 @@ BOOST_AUTO_TEST_CASE(createDeckWithDRSDTR) {
BOOST_CHECK_EQUAL(schedule.hasOilVaporizationProperties(), true);
const auto& ovap = schedule.getOilVaporizationProperties(currentStep);
auto unitSystem = UnitSystem::newMETRIC();
double conversion_factor = 1.0 / (60*60*24);
for (int i = 0; i < 3; ++i) {
double value = unitSystem.to_si( UnitSystem::measure::gas_surface_rate, i );
BOOST_CHECK_EQUAL(value, ovap.getMaxDRSDT(i));