Add PyAction skeleton code

This commit is contained in:
Joakim Hove
2019-12-27 08:58:26 +01:00
parent 4e899503e2
commit d2392c4ea4
6 changed files with 86 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Action/PyAction.hpp>
using namespace Opm;
@@ -76,4 +77,6 @@ PYACTION -- Comment
BOOST_CHECK_EQUAL(parsed_code, input_code);
BOOST_CHECK( deck.hasKeyword("GRID"));
}
PyAction pyact(input_code);
}