We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3b94e commit de941f3Copy full SHA for de941f3
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, nextEdgeColorGroupSize, balanceColors);
+ edgeColoring = colorSparsePattern(pattern, nextEdgeColorGroupSize, balanceColors);
3649
3650
/*--- If the coloring fails, reduce the color group size. ---*/
3651
if (edgeColoring.empty()) {
0 commit comments