Move SatfuncInitializers to source file

Since the template-parameterised base header was moved to a source file,
there is no longer any reason for this to be header-only. Split into
source.
This commit is contained in:
Jørgen Kvalsvik
2016-02-26 23:41:39 +01:00
parent 7946f86f29
commit 80f3abe1c6
4 changed files with 533 additions and 496 deletions

View File

@@ -36,6 +36,7 @@
#include <opm/parser/eclipse/EclipseState/Schedule/ScheduleEnums.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>
#include <opm/parser/eclipse/EclipseState/SimulationConfig/SimulationConfig.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/TableManager.hpp>
#include <opm/parser/eclipse/OpmLog/OpmLog.hpp>
#include <opm/parser/eclipse/Parser/ParserKeywords/M.hpp>
#include <opm/parser/eclipse/Units/Dimension.hpp>