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_land_surface.f90

    r1586 r1682  
    1  SUBROUTINE user_init_land_surface
    2 
     1!> @file user_init_land_surface.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    3433! Description:
    3534! ------------
    36 ! Execution of user-defined actions to initiate the land surface model
     35!> Execution of user-defined actions to initiate the land surface model
    3736!------------------------------------------------------------------------------!
     37 SUBROUTINE user_init_land_surface
     38 
    3839
    3940    USE arrays_3d
     
    5152    IMPLICIT NONE
    5253
    53     INTEGER(iwp) :: i   !: running index
    54     INTEGER(iwp) :: j   !: running index
     54    INTEGER(iwp) :: i   !< running index
     55    INTEGER(iwp) :: j   !< running index
    5556
    5657!
Note: See TracChangeset for help on using the changeset viewer.