Ignore:
Timestamp:
Sep 14, 2020 7:55:28 AM (4 years ago)
Author:
raasch
Message:

files re-formatted to follow the PALM coding standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/mod_kinds.f90

    r4360 r4677  
    11!> @file mod_kinds.f90
    2 !------------------------------------------------------------------------------!
     2!--------------------------------------------------------------------------------------------------!
    33! This file is part of the PALM model system.
    44!
    5 ! PALM is free software: you can redistribute it and/or modify it under the
    6 ! terms of the GNU General Public License as published by the Free Software
    7 ! Foundation, either version 3 of the License, or (at your option) any later
    8 ! version.
     5! PALM is free software: you can redistribute it and/or modify it under the terms of the GNU General
     6! Public License as published by the Free Software Foundation, either version 3 of the License, or
     7! (at your option) any later version.
    98!
    10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY
    11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    12 ! A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     9! PALM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
     10! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
     11! Public License for more details.
    1312!
    14 ! You should have received a copy of the GNU General Public License along with
    15 ! PALM. If not, see <http://www.gnu.org/licenses/>.
     13! You should have received a copy of the GNU General Public License along with PALM. If not, see
     14! <http://www.gnu.org/licenses/>.
    1615!
    1716! Copyright 1997-2020 Leibniz Universitaet Hannover
    18 !------------------------------------------------------------------------------!
     17!--------------------------------------------------------------------------------------------------!
    1918!
    2019! Current revisions:
    2120! ------------------
    22 ! 
    23 ! 
     21!
     22!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26! file re-formatted to follow the PALM coding standard
     27!
     28! 4360 2020-01-07 11:25:50Z suehring
    2729! Corrected "Former revisions" section
    28 ! 
     30!
    2931! 4000 2019-05-24 07:20:44Z raasch
    3032! preprocessor switch added for choosing the real precision
    31 ! 
     33!
    3234! 3655 2019-01-07 16:51:22Z knoop
    3335! Corrected "Former revisions" section
    34 ! 
     36!
    3537! 1306 2014-03-13 14:30:59Z raasch
    3638! Initial revision
     
    3941! ------------
    4042!> Standard kind definitions
    41 !> wp (working precision) and iwp (integer working precision) are the kinds
    42 !> used by default in all variable declarations.
     43!> wp (working precision) and iwp (integer working precision) are the kinds used by default in all
     44!> variable declarations.
    4345!> By default, PALM is using wp = dp (64bit), and iwp = isp (32bit).
    44 !> If you like to switch to other precision, then please set wp/iwp
    45 !> appropriately by assigning other kinds below.
    46 !------------------------------------------------------------------------------!
     46!> If you like to switch to other precision, then please set wp/iwp appropriately by assigning other
     47!> kinds below.
     48!--------------------------------------------------------------------------------------------------!
    4749 MODULE kinds
    48  
     50
    4951
    5052    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.