From 265704951eb4736a4ef7eb267884837185bd4a15 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 9 Sep 2016 14:39:09 -0400 Subject: removed parallel fors that were breaking things --- src/correlations.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/correlations.c') diff --git a/src/correlations.c b/src/correlations.c index 98106dd..f403ab8 100644 --- a/src/correlations.c +++ b/src/correlations.c @@ -243,7 +243,6 @@ uint_t **get_dists(const graph_t *network) { uint_t nv = network->dnv; uint_t **dists = (uint_t **)malloc(nv * sizeof(uint_t *)); - #pragma omp parallel for for (uint_t i = 0; i < nv; i++) { dists[i] = dijkstra(network, i); } -- cgit v1.2.3-70-g09d2