Ignore:
Timestamp:
Jul 19, 2024, 4:15:44 PM (14 months ago)
Author:
abarral
Message:

Commit linked to correcting relevant warnings during gfortran compilation

[minor]
Correct remnants of fixed-form "+" in massbarxy.F90
Correct COMMON alignment in clesphys.h, flux_arp.h, cv*param.h, YOECUMF.h, alpale.h
Correct obsolete logical operators
Restrict use of iso_fortran_env in nf95_abort.f90
Remove redundant save in module declarations
Remove <continue> without labels
Fix nonstandard kind selectors

File:
1 edited

Legend:

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

    r3358 r5081  
    6868       IRNGT (1) = 1
    6969       Return
    70     Case Default
    71        Continue
    7270    End Select
    7371    !
     
    268266       IRNGT (1) = 1
    269267       Return
    270     Case Default
    271        Continue
    272268    End Select
    273269    !
     
    467463       IRNGT (1) = 1
    468464       Return
    469     Case Default
    470        Continue
    471465    End Select
    472466    !
Note: See TracChangeset for help on using the changeset viewer.