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

    r1672 r1682  
    1  SUBROUTINE time_integration
    2 
     1!> @file time_integration.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! ------------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    146145! Description:
    147146! ------------
    148 ! Integration in time of the model equations, statistical analysis and graphic
    149 ! output
     147!> Integration in time of the model equations, statistical analysis and graphic
     148!> output
    150149!------------------------------------------------------------------------------!
     150 SUBROUTINE time_integration
     151 
    151152
    152153    USE advec_ws,                                                              &
     
    245246    IMPLICIT NONE
    246247
    247     CHARACTER (LEN=9) ::  time_to_string          !:
    248 
    249     INTEGER(iwp)      ::  netcdf_data_format_save !:
     248    CHARACTER (LEN=9) ::  time_to_string          !<
     249
     250    INTEGER(iwp)      ::  netcdf_data_format_save !<
    250251
    251252!
Note: See TracChangeset for help on using the changeset viewer.