Export csFunction when defined

fixes-turtlebasket
Mattia Montanari 2023-04-02 09:55:13 +02:00
parent 115f453deb
commit db2c65cac9
1 changed files with 1 additions and 1 deletions

View File

@ -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;