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

(lint) Fix obsolete boolean operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/abort_gcm.F

    r4619 r5082  
    4747      write(lunout,*) 'Stopping in ', modname
    4848      write(lunout,*) 'Reason = ',message
    49       if (ierr .eq. 0) then
     49      if (ierr == 0) then
    5050        write(lunout,*) 'Everything is cool'
    5151        stop
Note: See TracChangeset for help on using the changeset viewer.