Trisurf Monte Carlo simulator
Samo Penic
2016-07-05 62b11daa07f943c5ab047049cf2e2803188d467c
Added stub function for clustering
1 files modified
6 ■■■■ changed files
src/cluster.c 6 ●●●● patch | view | raw | blame | history
src/cluster.c
@@ -95,9 +95,13 @@
/* This is a stub function. User should check whether the vertex is clustering or not. */
ts_bool is_clusterable(ts_vertex *vtx){
    if(fabs(vtx->c)>1e-6){
return 1;
}
    else {
        return 0;
    }
}
ts_cluster *cluster_vertex_neighbor(ts_vertex *vtx){