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

    r1354 r1682  
    1  SUBROUTINE set_slicer_attributes_dvrp( n_slicer )
    2 
     1!> @file set_slicer_attributes_dvrp.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4645! Description:
    4746! ------------
    48 ! This routine sets the dvrp-slicer attributes
     47!> This routine sets the dvrp-slicer attributes
    4948!------------------------------------------------------------------------------!
     49 SUBROUTINE set_slicer_attributes_dvrp( n_slicer )
     50 
    5051
    5152#if defined( __dvrp_graphics )
     
    5960    IMPLICIT NONE
    6061
    61     INTEGER(iwp) ::  j         !:
    62     INTEGER(iwp) ::  n_slicer  !:
     62    INTEGER(iwp) ::  j         !<
     63    INTEGER(iwp) ::  n_slicer  !<
    6364
    64     REAL(wp)     ::  maxv      !:
    65     REAL(wp)     ::  meav      !:
    66     REAL(wp)     ::  minv      !:
     65    REAL(wp)     ::  maxv      !<
     66    REAL(wp)     ::  meav      !<
     67    REAL(wp)     ::  minv      !<
    6768
    6869
Note: See TracChangeset for help on using the changeset viewer.