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

    r1310 r1320  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! ONLY-attribute added to USE-statements
    2323!
    2424! Former revisions:
     
    5151
    5252
     53    USE control_parameters,                                                    &
     54        ONLY:  check_restart, max_pr_user
     55
    5356    USE pegrid
    54     USE control_parameters
     57
    5558
    5659    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.