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

    r1310 r1320  
    2020! Current revisions:
    2121! -----------------
     22! kind-parameters added to all INTEGER and REAL declaration statements,
     23! kinds are defined in new module kinds,
     24! old module precision_kind is removed,
     25! comment fields (!:) to be used for variable explanations added to
     26! all variable declaration statements
    2227!
    2328!
     
    4045!------------------------------------------------------------------------------!
    4146
     47    USE kinds
     48   
    4249    USE particle_attributes
     50   
    4351    USE user
    4452
    4553    IMPLICIT NONE
    4654
    47     INTEGER ::  n
     55    INTEGER(iwp) ::  n   !:
    4856
    4957!
Note: See TracChangeset for help on using the changeset viewer.