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

    r1561 r1682  
    1  SUBROUTINE parin
    2 
     1!> @file parin.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    158157! Description:
    159158! ------------
    160 ! This subroutine reads variables controling the run from the NAMELIST files
     159!> This subroutine reads variables controling the run from the NAMELIST files
    161160!------------------------------------------------------------------------------!
     161 SUBROUTINE parin
     162 
    162163
    163164    USE arrays_3d,                                                             &
     
    273274    IMPLICIT NONE
    274275
    275     INTEGER(iwp) ::  i   !:
     276    INTEGER(iwp) ::  i   !<
    276277
    277278
Note: See TracChangeset for help on using the changeset viewer.