Changeset 371 for trunk/SRC/Computation


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

improvements of headers (alignments of IDL prompt in examples)

Location:
trunk/SRC/Computation
Files:
4 edited

Legend:

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

    r327 r371  
    3636; 
    3737; @uses 
    38 ; cm_4cal 
    39 ; cm_4data 
    40 ; cm_4mesh 
     38; <pro>cm_4cal</pro> 
     39; <pro>cm_4data</pro> 
     40; <pro>cm_4mesh</pro> 
    4141; 
    4242; @restrictions 
     
    5656; 
    5757; @examples 
    58 ; IDL> @tst_initorca2 
    59 ; IDL> plt, curl(dist(jpi,jpj), dist(jpi,jpj)) 
     58; 
     59;   IDL> @tst_initorca2 
     60;   IDL> plt, curl(dist(jpi,jpj), dist(jpi,jpj)) 
    6061; 
    6162; @history 
  • trunk/SRC/Computation/div.pro

    r327 r371  
    3535; 
    3636; @uses 
    37 ; cm_4cal 
    38 ; cm_4data 
    39 ; cm_4mmesh 
     37; <pro>cm_4cal</pro> 
     38; <pro>cm_4data</pro> 
     39; <pro>cm_4mmesh</pro> 
    4040; 
    4141; @restrictions 
     
    5555; 
    5656; @examples 
    57 ; IDL> \@tst_initorca2 
    58 ; IDL> plt, div(dist(jpi,jpj), dist(jpi,jpj)) 
     57; 
     58;   IDL> \@tst_initorca2 
     59;   IDL> plt, div(dist(jpi,jpj), dist(jpi,jpj)) 
    5960; 
    6061; @history 
  • trunk/SRC/Computation/grad.pro

    r327 r371  
    2727; 
    2828; @uses 
    29 ; cm_4cal 
    30 ; cm_4data 
    31 ; cm_4mesh 
     29; <pro>cm_4cal</pro> 
     30; <pro>cm_4data</pro> 
     31; <pro>cm_4mesh</pro> 
    3232; 
    3333; @restrictions 
     
    4141; 
    4242; @examples 
    43 ; IDL> \@tst_initorca2 
    44 ; IDL> plt, grad({arr:gphit,g:'T'}, 'x') 
    45 ; IDL> plt, grad({arr:gphit,g:'T'}, 'y') 
     43; 
     44;   IDL> \@tst_initorca2 
     45;   IDL> plt, grad({arr:gphit,g:'T'}, 'x') 
     46;   IDL> plt, grad({arr:gphit,g:'T'}, 'y') 
    4647; 
    4748; @history 
  • 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.