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

    r1310 r1320  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! revision history before 2012 removed,
     23! comment fields (!:) to be used for variable explanations added to
     24! all variable declaration statements
    2325!
    2426! Former revisions:
     
    2830! 1036 2012-10-22 13:43:42Z raasch
    2931! code put under GPL (PALM 3.9)
    30 !
    31 ! 82 2007-04-16 15:40:52Z raasch
    32 ! Preprocessor directives for old systems removed
    33 !
    34 ! RCS Log replace by Id keyword, revision history cleaned up
    35 !
    36 ! Revision 1.4  2003/03/16 09:40:33  raasch
    37 ! Two underscores (_) are placed in front of all define-strings
    3832!
    3933! Revision 1.1  1997/09/03 06:27:27  raasch
     
    4640!------------------------------------------------------------------------------!
    4741
    48     CHARACTER (LEN=*) ::  command
     42    CHARACTER (LEN=*) ::  command !:
    4943
    5044    CALL SYSTEM( command )
Note: See TracChangeset for help on using the changeset viewer.