Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/iophys.F90

    r5112 r5116  
    6565!$OMP END MASTER
    6666
    67       return
     67      RETURN
    6868      end
    6969
     
    249249         enddo
    250250         ! Pole sud
    251          if ( jmax > 1 ) then
     251         if ( jmax > 1 ) THEN
    252252            ijl=ijl+1
    253253            do i=1,imax
     
    260260      deallocate(zx)
    261261
    262       return
     262      RETURN
    263263      end
    264264
Note: See TracChangeset for help on using the changeset viewer.