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/dyn3d/groupe.F

    r4470 r5082  
    5151      if (firstcall) then
    5252         if (groupe_ok) then
    53             if(mod(iim,2**ngroup).ne.0)         
     53            if(mod(iim,2**ngroup)/=0)
    5454     &        CALL abort_gcm('groupe','probleme du nombre de point',1)
    5555         endif
Note: See TracChangeset for help on using the changeset viewer.