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/local_tremain_ini.f90

    r1321 r1322  
    2020! Current revisions:
    2121! -----------------
     22! REAL constants defined as wp_kind
    2223!
    2324! Former revisions:
     
    6768#if defined( __ibm )
    6869
    69     initial_wallclock_time = IRTC( ) * 1E-9
     70    initial_wallclock_time = IRTC( ) * 1E-9_wp
    7071
    7172#elif defined( __lc )
    7273
    7374    CALL SYSTEM_CLOCK( count, count_rate )
    74     initial_wallclock_time = REAL( count ) / REAL( count_rate )
     75    initial_wallclock_time = REAL( count, KIND=wp ) / REAL( count_rate, KIND=wp )
    7576
    7677#else
Note: See TracChangeset for help on using the changeset viewer.