Skip to content

Commit

Permalink
Trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Jul 22, 2024
1 parent 393015a commit 554d6ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kmsr/_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ vector<Point> arrayToVector(double *array, int numPoints, int dimension)
return points;
}


int exportCluster(vector<Cluster> clusters, int *labels, double *centers, double *radii, int dimensions)
{
int numClusters = 0;
Expand Down Expand Up @@ -54,6 +55,7 @@ int exportCluster(vector<Cluster> clusters, int *labels, double *centers, double
return numClusters;
}


extern "C"
{

Expand Down

0 comments on commit 554d6ca

Please sign in to comment.