Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Computation/norm.pro

    r327 r371  
    1515; @param VV {in}{required} 
    1616; Matrix representing the meridional coordinates (at V/U point) of a field of vectors 
    17 ; A 2D (xy), 3D (xyz or yt), 4D (xyzt) or a structure readable by 
     17; A 2D (xy), 3D (xyz or yt), 4D (xyzt) array or a structure readable by 
    1818; <pro>litchamp</pro> and containing a 2D (xy), 3D (xyz or yt), 4D (xyzt) array. 
    1919; Note that the dimension of the array must suit the domain dimension. 
     
    2727; 
    2828; @returns 
    29 ; A 2D (xy), 3D (xyz or yt), 4D (xyzt) Array 
     29; a 2D (xy), 3D (xyz or yt), 4D (xyzt) array 
    3030; 
    3131; @uses 
    32 ; cm_4mesh 
    33 ; cm_4data 
    34 ; cm_4cal 
     32; <pro>cm_4mesh</pro> 
     33; <pro>cm_4data</pro> 
     34; <pro>cm_4cal</pro> 
    3535; 
    3636; @restrictions 
     
    5151; 
    5252; @examples 
     53; 
    5354; To calculate the average of the norm of streams on all the domain 
    5455; between 0 and 50: 
    55 ;      IDL> domdef, 0, 50 
    56 ;      IDL> res = norm(un, vn, dir = 'xyz') 
     56;   IDL> domdef, 0, 50 
     57;   IDL> res = norm(un, vn, dir = 'xyz') 
    5758; 
    5859; @history 
Note: See TracChangeset for help on using the changeset viewer.