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

    r1354 r1682  
    1  SUBROUTINE data_output_profiles
    2 
     1!> @file data_output_profiles.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    6665! Description:
    6766! ------------
    68 ! Plot output of 1D-profiles for PROFIL
     67!> Plot output of 1D-profiles for PROFIL
    6968!------------------------------------------------------------------------------!
     69 SUBROUTINE data_output_profiles
     70 
    7071
    7172    USE control_parameters,                                                    &
     
    9495
    9596
    96     INTEGER(iwp) ::  i  !:
    97     INTEGER(iwp) ::  sr !:
     97    INTEGER(iwp) ::  i  !<
     98    INTEGER(iwp) ::  sr !<
    9899
    99100!
Note: See TracChangeset for help on using the changeset viewer.