Ignore:
Timestamp:
Feb 13, 2007 11:30:58 AM (17 years ago)
Author:
raasch
Message:

RCS Log replace by Id keyword, revision history cleaned up

File:
1 edited

Legend:

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

    r1 r3  
    11 SUBROUTINE local_getenv( var, ivar, value, ivalue )
    22
    3 !-------------------------------------------------------------------------------!
     3!------------------------------------------------------------------------------!
    44! Actual revisions:
    55! -----------------
     
    88! Former revisions:
    99! -----------------
    10 ! $Log: local_getenv.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.5  2003/05/09 14:37:07  raasch
    1214! On the MUK cluster, only PE0 is able to read environment variables.
    1315! 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
    2316!
    2417! Revision 1.1  1997/08/11 06:21:01  raasch
     
    2922! ------------
    3023! Getting the values of environment-variabls (for different operating-systems)
    31 !-------------------------------------------------------------------------------!
     24!------------------------------------------------------------------------------!
    3225
    3326#if defined( __lcmuk )
Note: See TracChangeset for help on using the changeset viewer.