Export csFunction when defined
This commit is contained in:
@@ -867,7 +867,7 @@ mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]) {
|
|||||||
/**
|
/**
|
||||||
* @brief Invoke this function from C# applications
|
* @brief Invoke this function from C# applications
|
||||||
*/
|
*/
|
||||||
gkFloat
|
extern gkFloat
|
||||||
csFunction(int nCoordsA, gkFloat* inCoordsA, int nCoordsB, gkFloat* inCoordsB) {
|
csFunction(int nCoordsA, gkFloat* inCoordsA, int nCoordsB, gkFloat* inCoordsB) {
|
||||||
gkFloat distance = 0;
|
gkFloat distance = 0;
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|||||||
Reference in New Issue
Block a user