*arg* I accidentally merged some local changes with the last PR...

This commit is contained in:
Andreas Lauser 2016-10-17 16:31:32 +02:00
parent 9dc30cc0ac
commit 2dc69b4551

View File

@ -166,6 +166,7 @@ public:
std::ofstream tstep_os(tstep_filename.c_str());
const auto& schedule = eclState()->getSchedule();
const auto& events = schedule->getEvents();
// adaptive time stepping
std::unique_ptr< AdaptiveTimeStepping > adaptiveTimeStepping;