Skip to content

Commit 554d6ca

Browse files
committed
Trigger pipeline
1 parent 393015a commit 554d6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kmsr/_core.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ vector<Point> arrayToVector(double *array, int numPoints, int dimension)
2525
return points;
2626
}
2727

28+
2829
int exportCluster(vector<Cluster> clusters, int *labels, double *centers, double *radii, int dimensions)
2930
{
3031
int numClusters = 0;
@@ -54,6 +55,7 @@ int exportCluster(vector<Cluster> clusters, int *labels, double *centers, double
5455
return numClusters;
5556
}
5657

58+
5759
extern "C"
5860
{
5961

0 commit comments

Comments
 (0)