Removed unused function tracking first RFT.

This commit is contained in:
Joakim Hove
2017-09-28 08:38:55 +02:00
parent 0f211bd2c1
commit f82a6fd281
4 changed files with 0 additions and 43 deletions

View File

@@ -154,20 +154,8 @@ const std::string deckStr_RFT = "RUNSPEC\n"
static Deck createDeck(const std::string& input) {
Opm::Parser parser;
return parser.parseString(input, Opm::ParseContext());
}
BOOST_AUTO_TEST_CASE( RFT_TIME) {
Deck deck = createDeck(deckStr_RFT);
EclipseState state( deck , Opm::ParseContext() );
const IOConfig& ioConfig = state.cfg().io();
BOOST_CHECK_EQUAL( ioConfig.getFirstRFTStep() , 2 );
}
BOOST_AUTO_TEST_CASE(DefaultProperties) {
const char* data = "RUNSPEC\n"