mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
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
4585446e5a
commit
ef9bbe4ce7
@ -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