Changes in palm/trunk/SOURCE/local_system.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/local_system.f90
r3 r1 1 1 SUBROUTINE local_system( command ) 2 2 3 !------------------------------------------------------------------------------ !3 !-------------------------------------------------------------------------------! 4 4 ! Actual revisions: 5 5 ! ----------------- … … 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: local_system.f90,v $ 13 11 ! Revision 1.4 2003/03/16 09:40:33 raasch 14 12 ! 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 15 19 ! 16 20 ! Revision 1.1 1997/09/03 06:27:27 raasch … … 21 25 ! ------------ 22 26 ! System calls for different operating systems 23 !------------------------------------------------------------------------------ !27 !-------------------------------------------------------------------------------! 24 28 25 29 CHARACTER (LEN=*) :: command
Note: See TracChangeset
for help on using the changeset viewer.