Ignore:
Timestamp:
Mar 17, 2014 1:35:16 PM (10 years ago)
Author:
raasch
Message:

former files/routines cpu_log and cpu_statistics combined to one module,
which also includes the former data module cpulog from the modules-file,
module interfaces removed

File:
1 edited

Legend:

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

    r1310 r1318  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! barrier argument removed from cpu_log,
     23! module interfaces removed
    2324!
    2425! Former revisions:
     
    7071    USE cpulog
    7172    USE indices
    72     USE interfaces
    7373
    7474    IMPLICIT NONE
     
    360360    average_count_3d = 0.0
    361361
    362     CALL cpu_log (log_point(35),'average_3d_data','stop','nobarrier')
     362    CALL cpu_log( log_point(35), 'average_3d_data', 'stop' )
    363363
    364364
Note: See TracChangeset for help on using the changeset viewer.