Skip to content

Commit

Permalink
[GH Actions] fprettify source code
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed Jan 28, 2025
1 parent 81db043 commit 63f2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suews/src/suews_phys_stebbs.f95
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ SUBROUTINE tstep( &
IF (Awater_vessel > 0.0) THEN
VARatio_water_vessel = Vwater_vessel/Awater_vessel
END IF

IF (MOD(timestep, resolution) == 0) THEN
looptime: DO i = 1, INT(timestep/resolution), 1
Qsw_transmitted_window = windowInsolation(Qsw_dn_extwall, winT, Awindow)
Expand Down

0 comments on commit 63f2dcf

Please sign in to comment.