Ignore:
Timestamp:
Mar 27, 2014 1:18:20 PM (10 years ago)
Author:
heinze
Message:

Bugfix: REAL constants provided with KIND-attribute especially in call of intrinsic function like MAX, MIN, SIGN

File:
1 edited

Legend:

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

    r1323 r1346  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Bugfix: REAL constants provided with KIND-attribute especially in call of
     23! intrinsic function like MAX, MIN, SIGN
    2324!
    2425! Former revisions:
     
    447448!--          Radius should not fall below 1E-8 because Rosenbrock method may
    448449!--          lead to errors otherwise
    449              new_r = MAX( new_r, 1.0E-8 )
     450             new_r = MAX( new_r, 1.0E-8_wp )
    450451!
    451452!--          Check if calculated droplet radius change is reasonable since in
Note: See TracChangeset for help on using the changeset viewer.