We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799c9bb commit de3b94eCopy full SHA for de3b94e
1 file changed
Common/src/geometry/CGeometry.cpp
@@ -3669,6 +3669,7 @@ const CCompressedSparsePatternUL& CGeometry::GetEdgeColoring(su2double* efficien
3669
const auto increment = (upperEdgeColorGroupSize - lowerEdgeColorGroupSize) / 2;
3670
nextEdgeColorGroupSize = lowerEdgeColorGroupSize + increment;
3671
3672
+ /*--- Terminating condition. ---*/
3673
if (increment == 0) {
3674
break;
3675
}
0 commit comments