Changeset 239
- Timestamp:
- Feb 17, 2009 1:27:28 PM (16 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r237 r239 27 27 Bugfix: pressure included for profile output (check_parameters) 28 28 29 advec_particles, check_parameters, init_particles 29 Bugfix: Type of count and count_rate changed to default INTEGER on NEC machines 30 (cpu_log) 31 32 advec_particles, check_parameters, cpu_log, init_particles -
palm/trunk/SOURCE/cpu_log.f90
r226 r239 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Type of count and count_rate changed to default INTEGER on NEC machines 7 7 ! 8 8 ! Former revisions: … … 42 42 TYPE(logpoint) :: log_event 43 43 44 #if defined( __lc ) || defined( __decalpha ) || defined( __nec )44 #if defined( __lc ) || defined( __decalpha ) 45 45 INTEGER(8) :: count, count_rate 46 #elif defined( __nec ) 47 INTEGER :: count, count_rate 46 48 #elif defined( __ibm ) 47 49 INTEGER(8) :: IRTC
Note: See TracChangeset
for help on using the changeset viewer.