Ignore:
Timestamp:
Oct 7, 2015 11:56:08 PM (8 years ago)
Author:
knoop
Message:

Code annotations made doxygen readable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/print_1d.f90

    r1321 r1682  
    1  SUBROUTINE print_1d
    2 
     1!> @file print_1d.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    5049! Description:
    5150! ------------
    52 ! List output of 1D-profiles.
     51!> List output of 1D-profiles.
    5352!------------------------------------------------------------------------------!
     53 SUBROUTINE print_1d
     54 
    5455
    5556    USE arrays_3d,                                                             &
     
    7576
    7677
    77     CHARACTER (LEN=20) ::  period_chr  !:
     78    CHARACTER (LEN=20) ::  period_chr  !<
    7879
    79     INTEGER(iwp) ::  k   !:
    80     INTEGER(iwp) ::  sr  !:
     80    INTEGER(iwp) ::  k   !<
     81    INTEGER(iwp) ::  sr  !<
    8182
    8283
Note: See TracChangeset for help on using the changeset viewer.