Changeset 1322 for palm/trunk/SOURCE/local_tremain_ini.f90
- Timestamp:
- Mar 20, 2014 4:38:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/local_tremain_ini.f90
r1321 r1322 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! REAL constants defined as wp_kind 22 23 ! 23 24 ! Former revisions: … … 67 68 #if defined( __ibm ) 68 69 69 initial_wallclock_time = IRTC( ) * 1E-9 70 initial_wallclock_time = IRTC( ) * 1E-9_wp 70 71 71 72 #elif defined( __lc ) 72 73 73 74 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 ) 75 76 76 77 #else
Note: See TracChangeset
for help on using the changeset viewer.