From 4d63e913e7f457f98f64b843142ddfeedaacaf3f Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 20 Jul 2005 23:14:27 +0000 Subject: [PATCH] Move label outside of HAVE_BGL clause --- src/partition_allocator/partition_allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition_allocator/partition_allocator.c b/src/partition_allocator/partition_allocator.c index ac7b911bb62..58cd86d9673 100644 --- a/src/partition_allocator/partition_allocator.c +++ b/src/partition_allocator/partition_allocator.c @@ -2781,8 +2781,8 @@ static int _find_x_path(List results, pa_node_t *pa_node, continue; } else { /* check Y and Z dims */ -#ifdef HAVE_BGL found_path: +#ifdef HAVE_BGL debug2("added node %d%d%d %d %d -> " "%d%d%d %d %d", pa_node->coord[X], -- GitLab