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

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r231 r238  
    2020; 
    2121; @keyword DIREC {type=scalar string} 
    22 ; Use if you want to call moyenne or grossemoyenne after the div computation 
     22; Use if you want to call <pro>moyenne</pro> or 
     23; <pro>grossemoyenne</pro> after the div computation 
    2324; (stupid ?) with a mean done in the DIREC direction 
    2425; 
    25 ; @returns RES 
     26; @returns 
    2627; the divergence of the input data (with the same size) 
    2728; 
    2829; @uses 
    29 ; cm_4cal, cm_4data, cm_4mmesh 
     30; cm_4cal 
     31; cm_4data 
     32; cm_4mmesh 
    3033; 
    3134; @restrictions 
     
    3841;   T, U, V and F grids, it is possible that these two arrays do not have the same 
    3942;   size and refer to different indexes. In this case, arrays are re-cut on 
    40 ;   common indexes. To avoid these re-cuts, use the keyword /memeindice in  
     43;   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
    4144; <pro>domdef</pro> 
    4245; - When computing the divergence, we update, vargrid, varname, varunits and the 
     
    5861; @todo 
    5962; code the 4d case 
     63; 
    6064;- 
    6165; 
Note: See TracChangeset for help on using the changeset viewer.