Merge pull request #3197 from akva2/move_to_comp_units

Move to separate compilation units
This commit is contained in:
Bård Skaflestad
2021-04-30 16:50:54 +02:00
committed by GitHub
8 changed files with 356 additions and 237 deletions

View File

@@ -27,6 +27,7 @@
#include <boost/test/unit_test.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/Parser/ParseContext.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>