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

    r1354 r1682  
    1  SUBROUTINE compute_vpt
    2 
     1!> @file compute_vpt.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4948! Description:
    5049! -------------
    51 ! Computation of the virtual potential temperature
     50!> Computation of the virtual potential temperature
    5251!------------------------------------------------------------------------------!
     52 SUBROUTINE compute_vpt
     53 
    5354
    5455    USE arrays_3d,                                                             &
     
    6869    IMPLICIT NONE
    6970
    70     INTEGER(iwp) :: k   !:
     71    INTEGER(iwp) :: k   !<
    7172
    7273    IF ( .NOT. cloud_physics  .AND.  .NOT. cloud_droplets )  THEN
Note: See TracChangeset for help on using the changeset viewer.