remove unused variable

This commit is contained in:
Arne Morten Kvarving 2020-09-14 12:23:31 +02:00
parent 80b98934c3
commit 518c219838

View File

@ -1264,7 +1264,6 @@ WCONINJE
auto deck = parser.parseString(input);
const auto& units = deck.getActiveUnitSystem();
auto python = std::make_shared<Opm::Python>();
Opm::EclipseGrid grid(10,10,10);
TableManager table ( deck );