Skip to content

Commit de3b94e

Browse files
committed
Add comment.
1 parent 799c9bb commit de3b94e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Common/src/geometry/CGeometry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3669,6 +3669,7 @@ const CCompressedSparsePatternUL& CGeometry::GetEdgeColoring(su2double* efficien
36693669
const auto increment = (upperEdgeColorGroupSize - lowerEdgeColorGroupSize) / 2;
36703670
nextEdgeColorGroupSize = lowerEdgeColorGroupSize + increment;
36713671

3672+
/*--- Terminating condition. ---*/
36723673
if (increment == 0) {
36733674
break;
36743675
}

0 commit comments

Comments
 (0)