Skip to content

Commit 16a5e44

Browse files
committed
progress: fixed logging of progress
1 parent f421b41 commit 16a5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gotm/gotm.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ subroutine integrate_gotm()
734734
end if
735735
do n=MinN,MaxN
736736

737-
if(mod(n,progress) .eq. 0 .or. i == 0) then
737+
if(mod( 10*n , MaxN-MinN+1 ) .lt. 10 .or. i == 0) then
738738
LEVEL0 i,'%'
739739
i = i +10
740740
end if

0 commit comments

Comments
 (0)