Ignore:
Timestamp:
08/04/09 01:07:17 (3 years ago)
Author:
Paul Kienzle
Message:

fix python string issue. Refs #173.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/napi_exports.h

    r942 r1221  
    256256    return NXmakenamedlink(fid, newname, pLink); 
    257257} 
     258 
     259NXstatus CALL_MODE NXIGETRAWINFO(NXhandle handle, int* rank, int dimension[], int* datatype) 
     260{ 
     261    return NXgetrawinfo(handle, rank, dimension, datatype); 
     262} 
     263 
Note: See TracChangeset for help on using the changeset viewer.