Ignore:
Timestamp:
07/06/06 16:48:41 (18 years ago)
Author:
pinsard
Message:

improvements of ReadWrite/?*.pro header

File:
1 edited

Legend:

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

    • Property svn:executable deleted
    • Property svn:keywords set to Id
    r121 r130  
    44;+ 
    55; 
    6 ; @file_comments write an Oasis file (version < 2.5) 
     6; @file_comments 
     7; write an Oasis file (version < 2.5) 
    78; 
    89; @param filename {in}{required} the filename 
     
    1011; @param z2d {in}{required} the variable (2D array) to be written 
    1112; 
    12 ; @keyword /I2 
    13 ; @keyword /I4 
    14 ; @keyword /I8 
    15 ; @keyword /R4 
     13; @keyword I2 
     14; @keyword I4 
     15; @keyword I8 
     16; @keyword R4 
    1617; to change the default format (R8) of the data to be written. 
    1718; 
    18 ; @keyword /APPEND to open the file with the file pointer at the end of 
     19; @keyword APPEND to open the file with the file pointer at the end of 
    1920;        the file, ready for data to be appended. 
    2021; 
     
    2526; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2627;                      July 01, 2002 
     28; @version $Id$ 
    2729;- 
    2830;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.