Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/reinitplt.pro

    r134 r142  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:                 REINITPLT 
    65; 
    7 ; PURPOSE:              This procedure will reinitialise all or a selection  
    8 ;                       ofthe system plot variables 
     6; @file_comments 
     7; This procedure will reinitialise all or a selection  
     8; ofthe system plot variables 
    99; 
    10 ; CATEGORY:             Plot Utility 
     10; @categories 
     11; plot Utility 
    1112; 
    12 ; CALLING SEQUENCE:     clearplt,/all           ;clear the !p, !x, !y, !z  
    13 ;                       clearplt,/x,/z          ;clear the !x and !z variables  
    14 ;                       clearplt,/x             ;only clear the !x variable 
    15 ;                       clearplt,/x,/invert     ;clear all except the !x  
     13;  
     14; @keyword X 
     15; clear the appropriate variable 
    1616; 
    17 ; INPUTS:                
    18 ;       KEYWORDS: 
    19 ;               x,y,z,p = clear the appropriate variable 
    20 ;               all     = clear all, this is equivalent to /x,/y,/z,/p 
    21 ;               invert  = invert the logic. Clear all unselected variables. 
    22 ;                         Therefore "clearplt,/all,/invert" does nothing. 
     17; @keyword Y 
     18; clear the appropriate variable 
     19;        
     20; @keyword Z     
     21; clear the appropriate variable 
     22;  
     23; @keyword P 
     24; clear the appropriate variable 
     25;                
     26; @keyword ALL   
     27; Clear all, this is equivalent to /x,/y,/z,/p 
     28;                
     29; @keyword INVERT 
     30; Invert the logic. Clear all unselected variables. 
     31; Therefore "clearplt,/all,/invert" does nothing. 
    2332; 
    24 ; OUTPUTS:      none 
    25 ; 
    26 ; COMMON BLOCKS: 
    27 ;       common.pro 
    28 ; SIDE EFFECTS: 
    29 ;               The sytem plot variables are changed. 
     33; @uses 
     34; common.pro 
     35;  
     36; @restrictions 
     37; The sytem plot variables are changed. 
    3038;        
    31 ; MODIFICATION HISTORY: 
    32 ;       Written by: Trevor Harris, Physics Dept., University of Adelaide, 
     39; @history 
     40; Written by: Trevor Harris, Physics Dept., University of Adelaide, 
    3341;               July, 1990. 
    3442; 
    35 ;       Sebastien Masson 7/5/98 
     43; Sebastien Masson 7/5/98 
     44; 
     45; @version 
     46; $Id$ 
    3647; 
    3748;- 
Note: See TracChangeset for help on using the changeset viewer.