--- trunk/escript/src/FunctionSpace.h 2009/08/31 07:41:49 2641 +++ trunk/escript/src/FunctionSpace.h 2009/09/01 04:15:50 2642 @@ -208,6 +208,16 @@ { return borrowSampleReferenceIDs()[sampleNo]; } + + + ESCRIPT_DLL_API + inline + bool + ownSample(int sampleNo) const + { + return m_domain->ownSample(m_functionSpaceType, sampleNo); + } + /** \brief Return a borrowed reference to the list of sample reference IDs