Ignore:
Timestamp:
Mar 20, 2014 4:38:49 PM (10 years ago)
Author:
raasch
Message:

REAL functions and a lot of REAL constants provided with KIND-attribute,
some small bugfixes

File:
1 edited

Legend:

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

    r1321 r1322  
    44! Current revisions:
    55! -----------------
    6 !
     6! REAL constants defined as wp-kind
    77!
    88! Former revisions:
     
    11741174    je = jd + 2*m*inc2
    11751175    z = 1.0_wp/REAL(n)
    1176     zsin45 = z*SQRT(0.5)
     1176    zsin45 = z*SQRT(0.5_wp)
    11771177
    11781178    DO l = 1, la
     
    1628162880  CONTINUE
    16291629    ibase = 0
    1630     sin45 = SQRT(0.5)
     1630    sin45 = SQRT(0.5_wp)
    16311631    DO l = 1, la
    16321632       i = ibase
Note: See TracChangeset for help on using the changeset viewer.