Commit source
This commit is contained in:
9
FastMarching/src/multistencilFastMarchingMethod.h
Normal file
9
FastMarching/src/multistencilFastMarchingMethod.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user