Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

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

    r238 r242  
    99; @param FIELD 
    1010; The field for which we want to compute the gradient. A 2D (xy), 
    11 ; 3D (xyz or yt) or 4D (xyzt) array or a structure readable by litchamp 
     11; 3D (xyz or yt) or 4D (xyzt) array or a structure readable by  
     12; <proidl>litchamp</proidl> 
    1213; and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
    13 ; note that the dimension of the array must suit the domain dimension. 
     14; Note that the dimension of the array must suit the domain dimension. 
    1415; 
    1516; @param DIREC {type=scalar string} 
     
    308309      ENDIF 
    309310    END 
    310 ;------------------------------------------------------------ 
    311 ;------------------------------------------------------------ 
    312311    ELSE:return, report('input array must have 2, 3 or 4 dimensions') 
    313312  ENDCASE 
    314 ;------------------------------------------------------------ 
    315  
    316  
    317 ;------------------------------------------------------------ 
    318313  return, res 
    319314END 
    320  
    321  
    322  
    323  
    324  
    325  
Note: See TracChangeset for help on using the changeset viewer.