'update'
[epclust.git] / code / stage1 / src / Algorithm / pam.c
index 7cde367..ecd72c3 100644 (file)
@@ -107,7 +107,7 @@ void pam(Real* dissimilarities, uint32_t nbItems, uint32_t nbClusters, int clust
                }
                else
                        // No information: complete random sampling
-                       sample(ctrs, nbItems, nbClusters);      
+                       sample(ctrs, nbItems, nbClusters);
                for (uint32_t j = 0; j < nbClusters; j++)
                        oldCtrs[j] = 0;
                uint32_t kounter = 0;