--- trunk-mpi-branch/escript/src/DataC.h 2007/06/12 05:54:41 1191 +++ trunk-mpi-branch/escript/src/DataC.h 2007/06/13 01:02:19 1192 @@ -124,4 +124,12 @@ \param sampleNo Input - The sample number. */ ESCRIPT_DLL_API double* getSampleData(escriptDataC* data, int sampleNo); +/** + \brief + Return a pointer to the data for the given sample number. + Fast version of getSampledata: does no error checking. + \param data Input - C wrapper for Data. + \param sampleNo Input - The sample number. +*/ +ESCRIPT_DLL_API double* getSampleDataFast(escriptDataC* data, int sampleNo); #endif