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_2d.f90

    r1312 r1318  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! barrier argument removed from cpu_log.
     23! module interfaces removed
    2324!
    2425! Former revisions:
     
    143144    USE grid_variables
    144145    USE indices
    145     USE interfaces
    146146    USE netcdf_control
    147147    USE particle_attributes
     
    18081808    ENDIF
    18091809
    1810     CALL cpu_log (log_point(3),'data_output_2d','stop','nobarrier')
     1810    CALL cpu_log( log_point(3), 'data_output_2d', 'stop' )
    18111811
    18121812 END SUBROUTINE data_output_2d
Note: See TracChangeset for help on using the changeset viewer.