Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    11 SUBROUTINE local_system( command )
    22
    3 !------------------------------------------------------------------------------!
     3!-------------------------------------------------------------------------------!
    44! Actual revisions:
    55! -----------------
     
    88! Former revisions:
    99! -----------------
    10 ! $Id$
    11 ! RCS Log replace by Id keyword, revision history cleaned up
    12 !
     10! $Log: local_system.f90,v $
    1311! Revision 1.4  2003/03/16 09:40:33  raasch
    1412! Two underscores (_) are placed in front of all define-strings
     13!
     14! Revision 1.3  2001/01/22 07:25:35  raasch
     15! Comments translated into English
     16!
     17! Revision 1.2  1998/07/16 06:51:19  raasch
     18! cpp-Direktiven fuer t3ej2 und t3ej5 erweitert
    1519!
    1620! Revision 1.1  1997/09/03 06:27:27  raasch
     
    2125! ------------
    2226! System calls for different operating systems
    23 !------------------------------------------------------------------------------!
     27!-------------------------------------------------------------------------------!
    2428
    2529    CHARACTER (LEN=*) ::  command
Note: See TracChangeset for help on using the changeset viewer.