Ignore:
Timestamp:
06/12/06 16:49:30 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ReadWrite? *.pro files for better idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/write_oasis.pro

    r44 r106  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:write_oasis 
    65; 
    7 ; PURPOSE:write an Oasis file (version < 2.5) 
     6; @file_comments write an Oasis file (version < 2.5) 
    87; 
    9 ; CATEGORY: 
     8; @param filename {in}{required} the filename 
     9; @param varname {in}{required} the name of the variable to be written 
     10; @param z2d {in}{required} the variable (2D array) to be written 
    1011; 
    11 ; CALLING SEQUENCE:write_oasis, filename, varname, z2d 
    12 ;  
    13 ; INPUTS: 
    14 ;        filename:the filename 
    15 ;        varname: the name of the variable to be written 
    16 ;        z2d: the variable (2D array) to be written 
     12; @keyword /I2 ++ param ou mot clef 
     13; @keyword /I4 
     14; @keyword /I8 
     15; @keyword /R4 
     16; to change the defaut format (R8) of the data to be written. 
    1717; 
    18 ; KEYWORD PARAMETERS: 
    19 ;        /I2, /I4, /I8, /R4: to change the defaut format (R8) of the data to  
    20 ;        be written. 
    21 ; 
    22 ;        /APPEND: to open the file with the file pointer at the end of 
     18; @keyword /APPEND to open the file with the file pointer at the end of 
    2319;        the file, ready for data to be appended. 
    2420; 
    25 ; OUTPUTS: 
    2621; 
    27 ; COMMON BLOCKS: 
    28 ; 
    29 ; SIDE EFFECTS:varname is automatically written as a "charactere*8" 
     22; @restrictions varname is automatically written as a "charactere*8" 
    3023;              by defaut z2d is written as an R8 array 
    3124; 
    32 ; RESTRICTIONS: 
    33 ; 
    34 ; EXAMPLE: 
    35 ; 
    36 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     25; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3726;                      July 01, 2002 
    3827;- 
Note: See TracChangeset for help on using the changeset viewer.