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

    r1321 r1682  
    1  MODULE interaction_droplets_ptq_mod
    2 
     1!> @file interaction_droplets_ptq.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
     21! Code annotations made doxygen readable
    2222!
    2323! Former revisions:
     
    4747! Description:
    4848! ------------
    49 ! Release of latent heat and change of specific humidity due to condensation /
    50 ! evaporation of droplets.
     49!> Release of latent heat and change of specific humidity due to condensation /
     50!> evaporation of droplets.
    5151!------------------------------------------------------------------------------!
     52 MODULE interaction_droplets_ptq_mod
     53 
    5254
    5355    PRIVATE
     
    6365
    6466!------------------------------------------------------------------------------!
    65 ! Call for all grid points
     67! Description:
     68! ------------
     69!> Call for all grid points
    6670!------------------------------------------------------------------------------!
    6771    SUBROUTINE interaction_droplets_ptq
     
    8286       IMPLICIT NONE
    8387
    84        INTEGER(iwp) ::  i !:
    85        INTEGER(iwp) ::  j !:
    86        INTEGER(iwp) ::  k !:
     88       INTEGER(iwp) ::  i !<
     89       INTEGER(iwp) ::  j !<
     90       INTEGER(iwp) ::  k !<
    8791
    8892 
     
    100104
    101105!------------------------------------------------------------------------------!
    102 ! Call for grid point i,j
     106! Description:
     107! ------------
     108!> Call for grid point i,j
    103109!------------------------------------------------------------------------------!
    104110    SUBROUTINE interaction_droplets_ptq_ij( i, j )
     
    120126       IMPLICIT NONE
    121127
    122        INTEGER(iwp) ::  i !:
    123        INTEGER(iwp) ::  j !:
    124        INTEGER(iwp) ::  k !:
     128       INTEGER(iwp) ::  i !<
     129       INTEGER(iwp) ::  j !<
     130       INTEGER(iwp) ::  k !<
    125131
    126132
Note: See TracChangeset for help on using the changeset viewer.