Skip to content

Commit 3f5b9af

Browse files
committed
Minor fix
1 parent 593cae7 commit 3f5b9af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Solver/src/libs/timeintegrator/TimeIntegrator.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ SUBROUTINE constructTimeIntegrator(self,controlVariables, sem, initial_iter, ini
143143
if (MPI_Process % isRoot ) then
144144
write(STD_OUT,*) "Warning: 'dt' keyword not specified for adaptive dt. Using initial minimum value of ", self % dt
145145
end if
146+
end if
146147
if ( controlVariables % ContainsKey("explicit method") ) then
147148
keyword = controlVariables % StringValueForKey("explicit method",LINE_LENGTH)
148149
call toLower(keyword)

0 commit comments

Comments
 (0)