From c1da6a896a3205997810d7c69f7d7146376232c0 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Mon, 7 Dec 2020 20:41:24 +0100 Subject: [PATCH] Cleanup wellstatefullyimplicit test. --- tests/test_wellstatefullyimplicitblackoil.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_wellstatefullyimplicitblackoil.cpp b/tests/test_wellstatefullyimplicitblackoil.cpp index 40f6ad27b..97e3a6261 100644 --- a/tests/test_wellstatefullyimplicitblackoil.cpp +++ b/tests/test_wellstatefullyimplicitblackoil.cpp @@ -143,7 +143,8 @@ namespace { state.init(cpress, setup.sched, wells, ppinfos, - timeStep, nullptr, setup.pu, setup.well_perf_data, setup.st, setup.sched.getWells(timeStep).size()); + timeStep, nullptr, setup.pu, setup.well_perf_data, setup.st, + wells.size()); state.initWellStateMSWell(setup.sched.getWells(timeStep), setup.pu, nullptr);