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/ReadWrite/write_oasis.pro

    r236 r238  
    44; write an Oasis file (version < 2.5) 
    55; 
    6 ; @param FILENAME {in}{required}  
     6; @param FILENAME {in}{required} 
    77; the filename 
    88; 
    9 ; @param VARNAME {in}{required}  
     9; @param VARNAME {in}{required} 
    1010; the name of the variable to be written 
    1111; 
    12 ; @param Z2D {in}{required}  
     12; @param Z2D {in}{required} 
    1313; the variable (2D array) to be written 
    1414; 
     
    1919; to change the default format (R8) of the data to be written. 
    2020; 
    21 ; @keyword APPEND  
    22 ; to open the file with the file pointer at the end of the file, ready for  
     21; @keyword APPEND 
     22; to open the file with the file pointer at the end of the file, ready for 
    2323; data to be appended. 
    2424; 
    25 ; @restrictions  
     25; @restrictions 
    2626; varname is automatically written as a "character*8" 
    2727; by default z2d is written as an R8 array 
    2828; 
    29 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     29; @history 
     30; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3031;                      July 01, 2002 
    31 ; @version $Id$ 
     32; @version 
     33; $Id$ 
     34; 
    3235;- 
    3336; 
     
    4245      return 
    4346   endif 
    44     
     47 
    4548   writeu, unit, string(varname, format='(a8)') 
    4649   case 1 of 
Note: See TracChangeset for help on using the changeset viewer.