remove unused variable

This commit is contained in:
Arne Morten Kvarving 2020-09-25 09:21:09 +02:00
parent 99a6fc30a1
commit 617440485f

View File

@ -157,8 +157,6 @@ BOOST_AUTO_TEST_CASE(Wsegiter)
const auto tconv = getTimeConv(usys);
const std::size_t lookup_step = 1;
const auto tuning_data = sched.getTuning(lookup_step);
const auto dh = Opm::RestartIO::DoubHEAD{}
.tuningParameters(sched.getTuning(lookup_step), tconv);