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:
parent
2ff42c327b
commit
2b1dc85804
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user