Skip to content

Commit

Permalink
Startup: rewind scalar.inp
Browse files Browse the repository at this point in the history
  • Loading branch information
CasparJungbacker committed Feb 7, 2025
1 parent 5c02e3c commit 5635e13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modstartup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@ subroutine readinitfiles
svprof(k,isv) = vals_at_lev(isv_u)
end do
found = .true.
! Go back to the start of the file
rewind(ifinput)
read(ifinput,'(a512)') chmess
read(ifinput,'(a512)') chmess
end if
end do

Expand Down

0 comments on commit 5635e13

Please sign in to comment.