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