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/fluxstokenc.F

    r2601 r5082  
    7979
    8080
    81       IF(iadvtr.EQ.0) THEN
     81      IF(iadvtr==0) THEN
    8282         phic(:,:)=0
    8383         tetac(:,:)=0
     
    9999
    100100c   selection de la masse instantannee des mailles avant le transport.
    101       IF(iadvtr.EQ.0) THEN
     101      IF(iadvtr==0) THEN
    102102         CALL SCOPY(ip1jmp1*llm,masse,1,massem,1)
    103103      ENDIF
     
    107107
    108108c   Test pour savoir si on advecte a ce pas de temps
    109       IF ( iadvtr.EQ.istdyn ) THEN
     109      IF ( iadvtr==istdyn ) THEN
    110110c    normalisation
    111111      DO l=1,llm
Note: See TracChangeset for help on using the changeset viewer.