Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Computation/norm.html

    r338 r402  
    7272<div id="secondary_navbar"> 
    7373 
    74 <a href="grad.html">&lt;&lt;prev file</a> | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="norm.html" target="_TOP">view single page</a> | <a href="./../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     74<a href="msf.html">&lt;&lt;prev file</a> | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="norm.html" target="_TOP">view single page</a> | <a href="./../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    7575 
    7676</div> 
     
    115115 
    116116          <h3>Return value</h3><div class="preformat"> 
    117  A 2D (xy), 3D (xyz or yt), 4D (xyzt) Array 
     117 a 2D (xy), 3D (xyz or yt), 4D (xyzt) array 
    118118</div> 
    119119 
     
    153153          <div class="comments"> 
    154154 Matrix representing the meridional coordinates (at V/U point) of a field of vectors 
    155  A 2D (xy), 3D (xyz or yt), 4D (xyzt) or a structure readable by 
     155 A 2D (xy), 3D (xyz or yt), 4D (xyzt) array or a structure readable by 
    156156 <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing a 2D (xy), 3D (xyz or yt), 4D (xyzt) array. 
    157157 Note that the dimension of the array must suit the domain dimension. 
     
    199199 
    200200          <h3>Examples</h3><div class="preformat"> 
     201 
    201202 To calculate the average of the norm of streams on all the domain 
    202203 between 0 and 50: 
    203       IDL> domdef, 0, 50 
    204       IDL> res = norm(un, vn, dir = 'xyz') 
     204   IDL> domdef, 0, 50 
     205   IDL> res = norm(un, vn, dir = 'xyz') 
    205206</div> 
    206207          <h3>Version history</h3> 
    207208           
    208209          <h4>Version</h4><div class="preformat"> 
    209  $Id: norm.pro 327 2007-12-13 16:22:35Z pinsard $ 
     210 $Id: norm.pro 371 2008-08-07 09:32:02Z pinsard $ 
    210211</div> 
    211212          <h4>History</h4><div class="preformat"> 
     
    239240           
    240241          <h4>Uses routines</h4><div class="preformat"> 
    241  cm_4mesh 
    242  cm_4data 
    243  cm_4cal 
     242 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     243 <a href="..//Commons/cm_4data.html">cm_4data</a> 
     244 <a href="..//Commons/cm_4cal.html">cm_4cal</a> 
    244245</div> 
    245246           
Note: See TracChangeset for help on using the changeset viewer.