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_collision_kernels.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:
     
    840841                qq = ( rq - rat(iq-1) ) / ( rat(iq) - rat(iq-1) )
    841842                ek = ( 1.0 - qq ) * ecoll(15,iq-1) + qq * ecoll(15,iq)
    842                 ec(j,i) = MIN( ek, 1.0 )
     843                ec(j,i) = MIN( ek, 1.0_wp )
    843844             ENDIF
    844845
Note: See TracChangeset for help on using the changeset viewer.