Changeset 1220 for trunk/src/napi.c
- Timestamp:
- 17/03/09 11:06:04 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/napi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/napi.c
r1217 r1220 857 857 return status; 858 858 } 859 859 /*---------------------------------------------------------------------------*/ 860 NXstatus NXgetrawinfo (NXhandle fid, int *rank, 861 int dimension[], int *iType) 862 { 863 int status; 864 char *pPtr = NULL; 865 866 pNexusFunction pFunc = handleToNexusFunc(fid); 867 status = pFunc->nxgetinfo(pFunc->pNexusData, rank, dimension, iType); 868 return status; 869 } 860 870 /*-------------------------------------------------------------------------*/ 861 871
Note: See TracChangeset
for help on using the changeset viewer.
