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/coursegrain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coursegrain.c') diff --git a/src/coursegrain.c b/src/coursegrain.c index 1e0d5a7..3e9db1a 100644 --- a/src/coursegrain.c +++ b/src/coursegrain.c @@ -5,7 +5,7 @@ net_t *coursegrain_square(net_t *instance, graph_t *network_p, cholmod_common *c unsigned int width = sqrt(instance->graph->ne); assert(width % 4 == 0); - net_t *instance_p = create_instance(network_p, instance->inf, + net_t *instance_p = create_instance(network_p, instance->inf, 1, instance->voltage_bound, true, c); unsigned int width_p = width / 2; -- cgit v1.2.3-70-g09d2