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

    r1586 r1682  
    1  SUBROUTINE user_init_radiation
    2 
     1!> @file user_init_radiation.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    3130! Description:
    3231! ------------
    33 ! Execution of user-defined actions to initiate the radiation model
     32!> Execution of user-defined actions to initiate the radiation model
    3433!------------------------------------------------------------------------------!
     34 SUBROUTINE user_init_radiation
     35 
    3536
    3637    USE arrays_3d
     
    4849    IMPLICIT NONE
    4950
    50     INTEGER(iwp) :: i   !: running index
    51     INTEGER(iwp) :: j   !: running index
     51    INTEGER(iwp) :: i   !< running index
     52    INTEGER(iwp) :: j   !< running index
    5253
    5354!
Note: See TracChangeset for help on using the changeset viewer.