Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    11 SUBROUTINE local_getenv( var, ivar, value, ivalue )
    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_getenv.f90,v $
    1311! Revision 1.5  2003/05/09 14:37:07  raasch
    1412! On the MUK cluster, only PE0 is able to read environment variables.
    1513! Therefore, they have to be communicated via broadcast to the other PEs.
     14!
     15! Revision 1.4  2003/03/16 09:40:22  raasch
     16! Two underscores (_) are placed in front of all define-strings
     17!
     18! Revision 1.3  2001/01/22 07:23:55  raasch
     19! Comments translated into English
     20!
     21! Revision 1.2  1998/07/16 06:50:50  raasch
     22! cpp-Direktiven fuer t3ej2 und t3ej5 erweitert
    1623!
    1724! Revision 1.1  1997/08/11 06:21:01  raasch
     
    2229! ------------
    2330! Getting the values of environment-variabls (for different operating-systems)
    24 !------------------------------------------------------------------------------!
     31!-------------------------------------------------------------------------------!
    2532
    2633#if defined( __lcmuk )
Note: See TracChangeset for help on using the changeset viewer.