We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593cae7 commit 3f5b9afCopy full SHA for 3f5b9af
1 file changed
Solver/src/libs/timeintegrator/TimeIntegrator.f90
@@ -143,6 +143,7 @@ SUBROUTINE constructTimeIntegrator(self,controlVariables, sem, initial_iter, ini
143
if (MPI_Process % isRoot ) then
144
write(STD_OUT,*) "Warning: 'dt' keyword not specified for adaptive dt. Using initial minimum value of ", self % dt
145
end if
146
+ end if
147
if ( controlVariables % ContainsKey("explicit method") ) then
148
keyword = controlVariables % StringValueForKey("explicit method",LINE_LENGTH)
149
call toLower(keyword)
0 commit comments