diff --git a/Adapter.C b/Adapter.C index 61981018..08af5bd4 100644 --- a/Adapter.C +++ b/Adapter.C @@ -687,7 +687,7 @@ void preciceAdapter::Adapter::adjustSolverTimeStepAndReadData() // which also triggers the functionObject's adjustTimeStep()) // TODO: Keep this in mind if any relevant problem appears. const_cast(runTime_).setDeltaTNoAdjust(timestepSolver_); - + readCouplingData(runTime_.deltaT().value()); return; }