We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224c501 commit df30b2fCopy full SHA for df30b2f
1 file changed
Common/src/geometry/CGeometry.cpp
@@ -3645,7 +3645,7 @@ const CCompressedSparsePatternUL& CGeometry::GetEdgeColoring(su2double* efficien
3645
auto lowerEdgeColorGroupSize = 1ul; /* lower bound that is known to work */
3646
3647
while (true) {
3648
- const auto edgeColoring = colorSparsePattern(pattern, edgeColorGroupSize, balanceColors);
+ const auto edgeColoring = colorSparsePattern(pattern, nextEdgeColorGroupSize, balanceColors);
3649
3650
/*--- if the coloring fails, reduce the color group size ---*/
3651
if (edgeColoring.empty()) {
0 commit comments