#ifndef __MULTISTENCILFASTMARCHINGMETHOD_H__ #define __MULTISTENCILFASTMARCHINGMETHOD_H__ extern "C" { void multistencilFastMarchingMethod2D(double*F,int* FDims,double* SourcePoints, int* PDims,bool usesecond,bool usecross); void multistencilFastMarchingMethod3D(double*F,int* FDims,double* SourcePoints, int* PDims,bool usesecond,bool usecross); } #endif // __MULTISTENCILFASTMARCHINGMETHOD_H__