Minor typo
This commit is contained in:
parent
f019d40dd4
commit
00c434614a
@ -37,7 +37,6 @@ using namespace Opm;
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( parse_WCHONHIST_OK ) {
|
BOOST_AUTO_TEST_CASE( parse_WCHONHIST_OK ) {
|
||||||
ParserPtr parser(new Parser());
|
ParserPtr parser(new Parser());
|
||||||
//parser->loadKeywordsFromDirectory(KEYWORD_DIRECTORY);
|
|
||||||
boost::filesystem::path wconhistFile("testdata/integration_tests/WCONHIST/WCONHIST1");
|
boost::filesystem::path wconhistFile("testdata/integration_tests/WCONHIST/WCONHIST1");
|
||||||
DeckPtr deck = parser->parse(wconhistFile.string());
|
DeckPtr deck = parser->parse(wconhistFile.string());
|
||||||
DeckKeywordConstPtr kw1 = deck->getKeyword("WCONHIST" , 0);
|
DeckKeywordConstPtr kw1 = deck->getKeyword("WCONHIST" , 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user