Ignore:
Timestamp:
Oct 7, 2015 11:56:08 PM (9 years ago)
Author:
knoop
Message:

Code annotations made doxygen readable

File:
1 edited

Legend:

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

    r1360 r1682  
    1  SUBROUTINE lpm_write_exchange_statistics
    2 
     1!> @file lpm_write_exchange_statistics.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! ------------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4342! Description:
    4443! ------------
    45 ! Write particle statistics (total particle numbers and number of particles
    46 ! exchanged between subdomains) on ASCII file.
    47 !
    48 ! ATTENTION: output format of this file could be further improved! At current
    49 !            stage it is only a test output.
     44!> Write particle statistics (total particle numbers and number of particles
     45!> exchanged between subdomains) on ASCII file.
     46!>
     47!> @attention Output format of this file could be further improved! At current
     48!>            stage it is only a test output.
    5049!------------------------------------------------------------------------------!
     50 SUBROUTINE lpm_write_exchange_statistics
     51 
    5152
    5253    USE control_parameters,                                                    &
     
    6768    IMPLICIT NONE
    6869
    69     INTEGER(iwp) :: ip         !:
    70     INTEGER(iwp) :: jp         !:
    71     INTEGER(iwp) :: kp         !:
     70    INTEGER(iwp) :: ip         !<
     71    INTEGER(iwp) :: jp         !<
     72    INTEGER(iwp) :: kp         !<
    7273
    7374!
Note: See TracChangeset for help on using the changeset viewer.