The configuration of when to write restart files is quite complex, involving at least the three keywords RPTSOL, RPTRST and RPTSCHED. This commit moves that configuration from the IOConfig class to the RestartConfig class. At a later stage the RestartConfgig class will be extended with information of *what* to save in the restart file.
6 lines
262 B
CMake
6 lines
262 B
CMake
opm_add_test(runIOConfigTests SOURCES IOConfigTest.cpp
|
|
LIBRARIES opmparser ${Boost_LIBRARIES})
|
|
|
|
opm_add_test(runRestartConfigTests SOURCES RestartConfigTests.cpp
|
|
LIBRARIES opmparser ${Boost_LIBRARIES})
|