Changeset 239


Ignore:
Timestamp:
Feb 17, 2009 1:27:28 PM (15 years ago)
Author:
letzel
Message:
  • Bugfix: Type of count and count_rate changed to default INTEGER on NEC

machines (cpu_log)

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r237 r239  
    2727Bugfix: pressure included for profile output (check_parameters)
    2828
    29 advec_particles, check_parameters, init_particles
     29Bugfix: Type of count and count_rate changed to default INTEGER on NEC machines
     30(cpu_log)
     31
     32advec_particles, check_parameters, cpu_log, init_particles
  • palm/trunk/SOURCE/cpu_log.f90

    r226 r239  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Type of count and count_rate changed to default INTEGER on NEC machines
    77!
    88! Former revisions:
     
    4242    TYPE(logpoint)              ::  log_event
    4343
    44 #if defined( __lc ) || defined( __decalpha ) || defined( __nec )
     44#if defined( __lc ) || defined( __decalpha )
    4545    INTEGER(8)                  ::  count, count_rate
     46#elif defined( __nec )
     47    INTEGER                     ::  count, count_rate
    4648#elif defined( __ibm )
    4749    INTEGER(8)                  ::  IRTC
Note: See TracChangeset for help on using the changeset viewer.