Merge branch 'master' into reconnection
This commit is contained in:
commit
c9358b1f91
@ -640,8 +640,9 @@ module evolution
|
|||||||
|
|
||||||
! round the time
|
! round the time
|
||||||
!
|
!
|
||||||
if (dte <= 0.0d+00) dte = dtn
|
if (error_control .and. dte > 0.0d+00) dtn = min(dtn, dte)
|
||||||
if (dtnext > 0.0d+00) dt = min(dtn, dte, dtnext)
|
if (dtnext > 0.0d+00) dtn = min(dtn, dtnext)
|
||||||
|
dt = dtn
|
||||||
|
|
||||||
#ifdef PROFILE
|
#ifdef PROFILE
|
||||||
! stop accounting time for new time step estimation
|
! stop accounting time for new time step estimation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user