File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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: ****************************************/
You can’t perform that action at this time.
0 commit comments