move implementation to .cpp files.

This commit is contained in:
Robert K
2014-10-06 14:26:23 +02:00
parent 294b899ee8
commit 0e133f2cca
3 changed files with 161 additions and 92 deletions

View File

@@ -19,6 +19,8 @@
#ifndef OPM_TIMESTEPCONTROLINTERFACE_HEADER_INCLUDED
#define OPM_TIMESTEPCONTROLINTERFACE_HEADER_INCLUDED
#include <opm/core/simulator/SimulatorState.hpp>
namespace Opm
{