Export csFunction when defined
parent
115f453deb
commit
db2c65cac9
|
@ -867,7 +867,7 @@ mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]) {
|
|||
/**
|
||||
* @brief Invoke this function from C# applications
|
||||
*/
|
||||
gkFloat
|
||||
extern gkFloat
|
||||
csFunction(int nCoordsA, gkFloat* inCoordsA, int nCoordsB, gkFloat* inCoordsB) {
|
||||
gkFloat distance = 0;
|
||||
int i, j;
|
||||
|
|
Loading…
Reference in New Issue