Ignore:
Timestamp:
Mar 20, 2014 8:40:49 AM (10 years ago)
Author:
raasch
Message:

ONLY-attribute added to USE-statements,
kind-parameters added to all INTEGER and REAL declaration statements,
kinds are defined in new module kinds,
old module precision_kind is removed,
revision history before 2012 removed,
comment fields (!:) to be used for variable explanations added to all variable declaration statements

File:
1 edited

Legend:

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

    r1310 r1320  
    2020! Current revisions:
    2121! -----------------
     22! revision history before 2012 removed,
     23! comment fields (!:) to be used for variable explanations added to
     24! all variable declaration statements
    2225!
    2326!
     
    2831! 1036 2012-10-22 13:43:42Z raasch
    2932! code put under GPL (PALM 3.9)
    30 !
    31 ! 258 2009-03-13 12:36:03Z heinze
    32 ! Output of messages replaced by message handling routine.
    3333!
    3434! 211 2008-11-11 04:46:24Z raasch
     
    4141   
    4242    USE control_parameters
     43       
    4344    USE dvrp_variables
     45   
     46    USE kinds
     47   
    4448    USE pegrid
     49   
    4550    USE user
    4651
    4752    IMPLICIT NONE
    4853
    49     CHARACTER (LEN=*) ::  mode
    50     CHARACTER (LEN=*) ::  variable
     54    CHARACTER (LEN=*) ::  mode       !:
     55    CHARACTER (LEN=*) ::  variable   !:
    5156
    5257
Note: See TracChangeset for help on using the changeset viewer.