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

    r1323 r1682  
    1  SUBROUTINE timestep_scheme_steering
    2 
     1!> @file timestep_scheme_steering.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! ------------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4443! Description:
    4544! ------------
    46 ! Depending on the timestep scheme set the steering factors for the prognostic
    47 ! equations.
     45!> Depending on the timestep scheme set the steering factors for the prognostic
     46!> equations.
    4847!------------------------------------------------------------------------------!
     48 SUBROUTINE timestep_scheme_steering
     49 
    4950
    5051    USE control_parameters,                                                    &
Note: See TracChangeset for help on using the changeset viewer.