Make the comment in test_wellsmanager more precise

The comment now precisly says that Shut wells are not added instead to
the well list instead of removed.
This commit is contained in:
Tor Harald Sandve 2014-10-24 07:05:43 +02:00
parent 4585446e5a
commit ef9bbe4ce7

View File

@ -277,7 +277,7 @@ BOOST_AUTO_TEST_CASE(WellShutOK) {
Opm::WellsManager wellsManager2(eclipseState , 2 , *gridManager.c_grid(), NULL);
// Shut wells are removed from the deck. i.e number of wells should be 2-1
// Shut wells are not added to the deck. i.e number of wells should be 2-1
BOOST_CHECK( wellsManager2.c_wells()->number_of_wells == 1);
//BOOST_CHECK_NO_THROW( Opm::WellsManager wellsManager2(eclipseState , 2 , *gridManager.c_grid(), NULL));