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

    r1321 r1682  
    1  SUBROUTINE user_check_parameters
    2 
     1!> @file user_check_parameters.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4140! Description:
    4241! ------------
    43 ! Check &userpar control parameters and deduce further quantities.
     42!> Check &userpar control parameters and deduce further quantities.
    4443!------------------------------------------------------------------------------!
     44 SUBROUTINE user_check_parameters
     45 
    4546
    4647    USE control_parameters
Note: See TracChangeset for help on using the changeset viewer.