Changeset 268 for trunk/SRC/Computation


Ignore:
Timestamp:
08/24/07 16:07:01 (17 years ago)
Author:
pinsard
Message:

typo and links in header in some pro files

Location:
trunk/SRC/Computation
Files:
2 edited

Legend:

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

    r248 r268  
    99; @param UU 
    1010; Matrix representing the zonal coordinates (U point) of a field of vectors 
    11 ; A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     11; A 2D (xy), 3D (xyz or yt) or a structure readable by <pro>litchamp</pro> and containing 
    1212; a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    1313; Note that the dimension of the array must suit the domain dimension. 
     
    1515; @param VV 
    1616; Matrix representing the meridional coordinates (V point) of a field of vectors 
    17 ; A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     17; A 2D (xy), 3D (xyz or yt) or a structure readable by <pro>litchamp</pro> and containing 
    1818; a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    1919; Note that the dimension of the array must suit the domain dimension. 
  • trunk/SRC/Computation/div.pro

    r242 r268  
    99; @param UU 
    1010; Matrix representing the zonal coordinates (U point) of a field of vectors 
    11 ; A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     11; A 2D (xy), 3D (xyz or yt) or a structure readable by <pro>litchamp</pro> and containing 
    1212; a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    1313; note that the dimension of the array must suit the domain dimension. 
     
    1515; @param VV 
    1616; Matrix representing the meridional coordinates (V point) of a field of vectors 
    17 ; A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     17; A 2D (xy), 3D (xyz or yt) or a structure readable by <pro>litchamp</pro> and containing 
    1818; a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    1919; note that the dimension of the array must suit the domain dimension. 
Note: See TracChangeset for help on using the changeset viewer.