Ignore:
Timestamp:
Apr 16, 2007 3:40:52 PM (17 years ago)
Author:
raasch
Message:

vorlaeufige Standalone-Version fuer Linux-Cluster

File:
1 edited

Legend:

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

    r4 r82  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Preprocessor directives for old systems removed
    77!
    88! Former revisions:
     
    2525    CHARACTER (LEN=*) ::  command
    2626
    27 #if defined( __t3eb ) || defined( __t3eh ) || defined( __t3ej2 ) || defined( __t3ej5 )
    28     CALL ISHELL( command )
    29 #else
    3027    CALL SYSTEM( command )
    31 #endif
    3228
    3329 END SUBROUTINE local_system   
Note: See TracChangeset for help on using the changeset viewer.