From 873a9f9bedbbfb07d475e271923a7b86464e515f Mon Sep 17 00:00:00 2001 From: pants Date: Wed, 7 Sep 2016 14:55:30 -0400 Subject: more major refactoring --- src/correlations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/correlations.c') diff --git a/src/correlations.c b/src/correlations.c index 4fc44ac..7fedfbf 100644 --- a/src/correlations.c +++ b/src/correlations.c @@ -298,7 +298,7 @@ double *get_corr(net_t *instance, unsigned int **dists, cholmod_common *c) { /* double *get_space_corr(net_t *instance, cholmod_common *c) { unsigned int nv = instance->graph->dnv; - double *vc = instance->graph->dual_vert_coords; + double *vc = instance->graph->dvx; unsigned int ne = instance->graph->ne; unsigned int *ev = instance->graph->dev; double *corr = calloc(nv, sizeof(unsigned int)); -- cgit v1.2.3-70-g09d2