Ignore:
Timestamp:
Jul 19, 2024, 7:54:50 PM (2 months ago)
Author:
abarral
Message:

convert labeled do (f77) to do .. end do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/misc/interpolation.F90

    r1907 r5086  
    4040          ju=jm ! or the upper limit, as appropriate.
    4141       end if
    42     end do
     42    END DO
    4343    ! {ju == jl + 1}
    4444
     
    102102                inc=inc+inc ! so double the increment
    103103             end if
    104           end do ! and try again.
     104          END DO ! and try again.
    105105       else ! Hunt down:
    106106          jhi=jlo
     
    115115                inc=inc+inc ! so double the increment
    116116             end if
    117           end do ! and try again.
     117          END DO ! and try again.
    118118       end if
    119119    end if ! Done hunting, value bracketed.
     
    132132          end if
    133133       end if
    134     end do
     134    END DO
    135135
    136136  END SUBROUTINE hunt
Note: See TracChangeset for help on using the changeset viewer.