Ignore:
Timestamp:
Aug 6, 2019 9:11:47 AM (5 years ago)
Author:
raasch
Message:

relational operators .EQ., .NE., etc. replaced by ==, /=, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chem_emissions_mod.f90

    r4055 r4144  
    2727! -----------------
    2828! $Id$
     29! relational operators .EQ., .NE., etc. replaced by ==, /=, etc.
     30!
     31! 4055 2019-06-27 09:47:29Z suehring
    2932! - replaced local thermo. constants w/ module definitions in
    3033!   basic_constants_and_equations_mod (rgas_univ, p_0, r_d_cp)
     
    724727                END DO     ! ind_mod
    725728
    726              ELSE  ! if len_index_voc .le. 0
     729             ELSE  ! if len_index_voc <= 0
    727730
    728731!
Note: See TracChangeset for help on using the changeset viewer.