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

    r1321 r1682  
    1  SUBROUTINE user_check_data_output( variable, unit )
    2 
     1!> @file user_check_data_output.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 ! Set the unit of user defined output quantities. For those variables
    44 ! not recognized by the user, the parameter unit is set to "illegal", which
    45 ! tells the calling routine that the output variable is not defined and leads
    46 ! to a program abort.
     42!> Set the unit of user defined output quantities. For those variables
     43!> not recognized by the user, the parameter unit is set to "illegal", which
     44!> tells the calling routine that the output variable is not defined and leads
     45!> to a program abort.
    4746!------------------------------------------------------------------------------!
     47 SUBROUTINE user_check_data_output( variable, unit )
     48 
    4849
    4950    USE kinds
     
    5354    IMPLICIT NONE
    5455
    55     CHARACTER (LEN=*) ::  unit     !:
    56     CHARACTER (LEN=*) ::  variable !:
     56    CHARACTER (LEN=*) ::  unit     !<
     57    CHARACTER (LEN=*) ::  variable !<
    5758
    5859
Note: See TracChangeset for help on using the changeset viewer.