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

    r1321 r1682  
    1  SUBROUTINE user_dvrp_coltab( mode, variable )
    2 
     1!> @file user_dvrp_coltab.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    3938! Description:
    4039! ------------
    41 ! Definition of the colour table to be used by the dvrp software.
     40!> Definition of the colour table to be used by the dvrp software.
    4241!------------------------------------------------------------------------------!
     42 SUBROUTINE user_dvrp_coltab( mode, variable )
     43 
    4344   
    4445    USE control_parameters
     
    5455    IMPLICIT NONE
    5556
    56     CHARACTER (LEN=*) ::  mode       !:
    57     CHARACTER (LEN=*) ::  variable   !:
     57    CHARACTER (LEN=*) ::  mode       !<
     58    CHARACTER (LEN=*) ::  variable   !<
    5859
    5960
Note: See TracChangeset for help on using the changeset viewer.