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

    r1586 r1682  
    1  SUBROUTINE write_3d_binary
    2 
     1!> @file write_3d_binary.f90
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    7170! Description:
    7271! ------------
    73 ! Binary output of variables and arrays for restarts.
     72!> Binary output of variables and arrays for restarts.
    7473!------------------------------------------------------------------------------!
     74 SUBROUTINE write_3d_binary
     75 
    7576
    7677    USE arrays_3d,                                                             &
     
    120121    IMPLICIT NONE
    121122
    122     CHARACTER (LEN=10) ::  binary_version   !:
     123    CHARACTER (LEN=10) ::  binary_version   !<
    123124
    124125
Note: See TracChangeset for help on using the changeset viewer.