Ignore:
Timestamp:
Jan 26, 2009 2:44:20 PM (16 years ago)
Author:
raasch
Message:

bugfixes concerning cpu time measurements and calculation of spectra in case of multigrid method switched on

File:
1 edited

Legend:

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

    r83 r225  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Type of count and count_rate changed to INTEGER(8)
    77!
    88! Former revisions:
     
    4040
    4141#if defined( __lc ) || defined( __decalpha ) || defined( __nec )
    42     INTEGER                     ::  count, count_rate
     42    INTEGER(8)                  ::  count, count_rate
    4343#elif defined( __ibm )
    4444    INTEGER(8)                  ::  IRTC
Note: See TracChangeset for help on using the changeset viewer.