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/data_output_ptseries.f90

    r1310 r1318  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! barrier argument removed from cpu_log,
     23! module interfaces removed
    2324!
    2425! Former revisions:
     
    6162    USE cpulog
    6263    USE indices
    63     USE interfaces
    6464    USE netcdf_control
    6565    USE particle_attributes
     
    332332    DEALLOCATE( pts_value, pts_value_l )
    333333
    334     CALL cpu_log( log_point(36), 'data_output_ptseries','stop', 'nobarrier' )
     334    CALL cpu_log( log_point(36), 'data_output_ptseries', 'stop' )
    335335
    336336 END SUBROUTINE data_output_ptseries
Note: See TracChangeset for help on using the changeset viewer.