Ignore:
Timestamp:
06/12/06 21:43:20 (18 years ago)
Author:
smasson
Message:

bugfix in ead/write_oasis

File:
1 edited

Legend:

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

    r106 r107  
    1010; @param z2d {in}{required} the variable (2D array) to be written 
    1111; 
    12 ; @keyword /I2 ++ param ou mot clef 
     12; @keyword /I2 
    1313; @keyword /I4 
    1414; @keyword /I8 
     
    3131 
    3232 
    33 PRO write_oasis, filename, varname, z2d, I2, I4 = i4, I8 = i8, R4 = r4, APPEND = append 
     33PRO write_oasis, filename, varname, z2d, I2 = i2, I4 = i4, I8 = i8, R4 = r4, APPEND = append 
    3434   openw, unit, filename , /F77_UNFORMATTED, /GET_LUN, /SWAP_IF_LITTLE_ENDIAN $ 
    3535    , error=err, APPEND = append 
Note: See TracChangeset for help on using the changeset viewer.