Remove unused method WellConnections::inputSize()

This commit is contained in:
Joakim Hove
2020-03-18 15:36:17 +01:00
parent 96d2cd59b3
commit acd73b76ea
3 changed files with 0 additions and 9 deletions

View File

@@ -2986,9 +2986,6 @@ BOOST_AUTO_TEST_CASE(FilterCompletions2) {
const auto& c1_3 = schedule.getWell("OP_1", 3).getConnections();
BOOST_CHECK_EQUAL(1, c1_1.size());
BOOST_CHECK_EQUAL(8, c1_3.size());
BOOST_CHECK_EQUAL(2, c1_1.inputSize());
BOOST_CHECK_EQUAL(9, c1_3.inputSize());
}
}