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

    r1323 r1682  
    1  SUBROUTINE local_tremain_ini
    2 
     1!> @file local_tremain_ini.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4948! Description:
    5049! ------------
    51 ! Initialization of CPU-time measurements for different operating systems
     50!> Initialization of CPU-time measurements for different operating systems
    5251!------------------------------------------------------------------------------!
     52 SUBROUTINE local_tremain_ini
     53 
    5354     
    5455    USE cpulog,                                                                &
     
    6061
    6162#if defined( __ibm )
    62     INTEGER(idp)     ::  IRTC       !:
     63    INTEGER(idp)     ::  IRTC       !<
    6364#elif defined( __lc )
    64     INTEGER(idp)     ::  count      !:
    65     INTEGER(idp)     ::  count_rate !:
     65    INTEGER(idp)     ::  count      !<
     66    INTEGER(idp)     ::  count_rate !<
    6667#endif
    6768
Note: See TracChangeset for help on using the changeset viewer.