Ignore:
Timestamp:
Jul 19, 2024, 5:41:58 PM (2 months ago)
Author:
abarral
Message:

(lint) Fix obsolete boolean operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/inigeomphy_mod.F90

    r4228 r5082  
    144144        boundslonfi_glo(k,north_east)=rlonu(i)
    145145        boundslatfi_glo(k,north_east)=rlatv(j-1)
    146         if (i.eq.1) then
     146        if (i==1) then
    147147          ! special case for the first longitude's west bound
    148148          boundslonfi_glo(k,north_west)=rlonu(iim)-2*PI
Note: See TracChangeset for help on using the changeset viewer.