EclipseState: rename the has*GridProperty() methods to hasDeck*GridProperty()
the intend is to better reflect that these properties where explicitly created in the deck. The old method names can still be used, but they will result in deprecation warnings.
This commit is contained in:
@@ -256,7 +256,7 @@ BOOST_AUTO_TEST_CASE(IntProperties) {
|
||||
|
||||
BOOST_CHECK_EQUAL( false , state.supportsGridProperty("NONO"));
|
||||
BOOST_CHECK_EQUAL( true , state.supportsGridProperty("SATNUM"));
|
||||
BOOST_CHECK_EQUAL( true , state.hasIntGridProperty("SATNUM"));
|
||||
BOOST_CHECK_EQUAL( true , state.hasDeckIntGridProperty("SATNUM"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user