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

    r1586 r1682  
    1  SUBROUTINE write_var_list
    2 
     1!> @file write_var_list.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    121120! Description:
    122121! ------------
    123 ! Writing values of control variables to restart-file (binary format).
    124 ! This information are only written to the file opened by PE0.
     122!> Writing values of control variables to restart-file (binary format).
     123!> This information are only written to the file opened by PE0.
    125124!------------------------------------------------------------------------------!
     125 SUBROUTINE write_var_list
     126 
    126127
    127128    USE arrays_3d,                                                             &
     
    160161    IMPLICIT NONE
    161162
    162     CHARACTER (LEN=10) ::  binary_version   !:
     163    CHARACTER (LEN=10) ::  binary_version   !<
    163164
    164165
Note: See TracChangeset for help on using the changeset viewer.