source: palm/trunk/SOURCE/local_system.f90 @ 550

Last change on this file since 550 was 484, checked in by raasch, 14 years ago

typo in file headers removed

  • Property svn:keywords set to Id
File size: 793 bytes
Line 
1 SUBROUTINE local_system( command )
2
3!------------------------------------------------------------------------------!
4! Current revisions:
5! -----------------
6!
7!
8! Former revisions:
9! -----------------
10! $Id: local_system.f90 484 2010-02-05 07:36:54Z maronga $
11!
12! 82 2007-04-16 15:40:52Z raasch
13! Preprocessor directives for old systems removed
14!
15! RCS Log replace by Id keyword, revision history cleaned up
16!
17! Revision 1.4  2003/03/16 09:40:33  raasch
18! Two underscores (_) are placed in front of all define-strings
19!
20! Revision 1.1  1997/09/03 06:27:27  raasch
21! Initial revision
22!
23!
24! Description:
25! ------------
26! System calls for different operating systems
27!------------------------------------------------------------------------------!
28
29    CHARACTER (LEN=*) ::  command
30
31    CALL SYSTEM( command )
32
33 END SUBROUTINE local_system   
Note: See TracBrowser for help on using the repository browser.