Avoid jump in deltaT for restarts

This commit is contained in:
andy
2009-01-20 13:28:52 +00:00
parent 7e08613522
commit 98481bc0fe

View File

@ -33,7 +33,7 @@ Description
if (adjustTimeStep)
{
if (CoNum > SMALL)
if ((runTime.timeIndex() == 0) && (CoNum > SMALL))
{
runTime.setDeltaT
(