Ignore:
Timestamp:
Jun 25, 2020 9:53:58 AM (4 years ago)
Author:
raasch
Message:

further re-formatting to follow the PALM coding standard

File:
1 edited

Legend:

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

    r4559 r4577  
    2424! -----------------
    2525! $Id$
     26! further re-formatting concerning Fortran parameter variables
     27!
     28! 4559 2020-06-11 08:51:48Z raasch
    2629! file re-formatted to follow the PALM coding standard
    2730!
     
    131134    INTEGER(iwp), PARAMETER ::  cpu_log_stop = 3      !<
    132135
     136    LOGICAL, PARAMETER ::  cpu_log_nowait = .FALSE.       !<
     137
    133138    LOGICAL            ::  cpu_log_barrierwait = .FALSE.  !<
    134     LOGICAL, PARAMETER ::  cpu_log_nowait = .FALSE.       !<
    135139
    136140    REAL(dp) ::  initial_wallclock_time  !<
Note: See TracChangeset for help on using the changeset viewer.