Skip to content

Commit 76fd5d3

Browse files
committed
ZOLTAN: Fix bad previous fix
1 parent f83a90d commit 76fd5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/zoltan/src/phg/phg_match.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// *****************************************************************************
33
// Zoltan Toolkit for Load-balancing, Partitioning, Ordering and Coloring
44
//
5-
// Copyright 2012 NTESS and the Zoltan contributors.
5+
// Copyright 2012, 2025 NTESS and the Zoltan contributors.
66
// SPDX-License-Identifier: BSD-3-Clause
77
// *****************************************************************************
88
// @HEADER
@@ -1650,7 +1650,7 @@ static int pmatching_agg_ipm (ZZ *zz,
16501650

16511651
vindex = 0; /* marks current position in visit array */
16521652
nRounds = 1;
1653-
for (round = 0; nRounds; ) {
1653+
for ( ; nRounds; ) {
16541654
MACRO_TIMER_START (1, "matching phase 1", 0);
16551655

16561656
/************************ PHASE 1: ****************************************/

0 commit comments

Comments
 (0)