Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/ToBeReviewed/PLOTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r237 r238  
    7979  return, report(['Error in "' + type + '" type plot with a 2D input array:' $ 
    8080                  , 'the array dimensions ' + tostr(sz[1:2]) + ' are incompatible' $ 
    81                   , 'with the the domain dimensions ' $ 
     81                  , 'with the domain dimensions ' $ 
    8282                  , '[jpi/nx, jpj/ny, jpk/nz, jpt] = [' $ 
    8383                  + strtrim(jpi, 1) + '/' + strtrim(nx, 1) $ 
     
    125125  return, report(['Error in "' + type + '" type plot with a 3D input array:' $ 
    126126                  , 'the array dimensions ' + tostr(sz[1:3]) + ' are incompatible' $ 
    127                   , 'with the the domain dimensions ' $ 
     127                  , 'with the domain dimensions ' $ 
    128128                  , '[jpi/nx, jpj/ny, jpk/nz, jpt] = [' $ 
    129129                  + strtrim(jpi, 1) + '/' + strtrim(nx, 1) $ 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/velovect.pro

    r231 r238  
    1515; 
    1616; @param V {in}{required} 
    17 ; The Y component of the two dimensional field.  Y must have 
    18 ; the same dimensions as X.  The vector at point [i,j] has a 
     17; The Y component of the two dimensional field. Y must have 
     18; the same dimensions as X. The vector at point [i,j] has a 
    1919; magnitude of: 
    2020; 
     
    2626; 
    2727; @param X {in}{optional}{type=vector} 
    28 ; Optional abscissa values.  X must be a vector with a length 
     28; Optional abscissa values. X must be a vector with a length 
    2929; equal to the first dimension of U and V. 
    3030; 
    3131; @param Y {in}{optional}{type=vector} 
    32 ; Optional ordinate values.  Y must be a vector with a length 
     32; Optional ordinate values. Y must be a vector with a length 
    3333; equal to the first dimension of U and V. 
    3434; 
     
    3939; Set this keyword to 1 to place a dot at each missing point. 
    4040; Set this keyword to 0 or omit it to draw nothing for missing 
    41 ; points.  Has effect only if MISSING is specified. 
     41; points. Has effect only if MISSING is specified. 
    4242; 
    4343; @keyword LENGTH {default=1.0} 
    44 ; Length factor.  The default of 1.0 makes the longest (U,V) 
     44; Length factor. The default of 1.0 makes the longest (U,V) 
    4545; vector the length of a cell. 
    4646; 
    4747; @keyword MISSING 
    48 ;  Missing data value.  Vectors with a LENGTH greater 
     48;  Missing data value. Vectors with a LENGTH greater 
    4949; than MISSING are ignored. 
    5050; 
    5151; @keyword OVERPLOT 
    52 ; Set this keyword to make VELOVECT "overplot".  That is, the 
     52; Set this keyword to make VELOVECT "overplot". That is, the 
    5353; current graphics screen is not erased, no axes are drawn, and 
    5454; the previously established scaling remains in effect. 
     
    6262; 
    6363; @restrictions 
    64 ; Plotting on the selected device is performed.  System 
     64; Plotting on the selected device is performed. System 
    6565; variables concerning plotting are changed. 
    6666; Note:   All other keywords are passed directly to the PLOT procedure 
     
    7373;       Added TITLE, Oct, 1990. 
    7474;       Added POSITION, NOERASE, COLOR, Feb 91, RES. 
    75 ;       August, 1993.  Vince Patrick, Adv. Visualization Lab, U. of Maryland, 
     75;       August, 1993. Vince Patrick, Adv. Visualization Lab, U. of Maryland, 
    7676;               fixed errors in math. 
    7777;       August, 1993. DMS, Added _EXTRA keyword inheritance. 
     
    8282;                        OPLOT to PLOTS. 
    8383;       September, 1996, GGS. Changed denominator of x_step and y_step vars. 
    84 ;       February, 1998, DLD.  Add support for CLIP and NO_CLIP keywords. 
    85 ;       June, 1998, DLD.  Add support for OVERPLOT keyword. 
     84;       February, 1998, DLD. Add support for CLIP and NO_CLIP keywords. 
     85;       June, 1998, DLD. Add support for OVERPLOT keyword. 
    8686; 
    87 ; Copyright (c) 1983-1998, Research Systems, Inc.  All rights reserved. 
     87; Copyright (c) 1983-1998, Research Systems, Inc. All rights reserved. 
    8888;       Unauthorized reproduction prohibited. 
    8989; 
Note: See TracChangeset for help on using the changeset viewer.