Skip to content

Commit 90bc63b

Browse files
jbluehpcarruscag
andauthored
Update Common/src/geometry/CGeometry.cpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 35fb9d2 commit 90bc63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/geometry/CGeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3639,7 +3639,7 @@ const CCompressedSparsePatternUL& CGeometry::GetEdgeColoring(su2double* efficien
36393639
/*--- Color the edges. ---*/
36403640
constexpr bool balanceColors = true;
36413641

3642-
/*--- lambda to account for different numbers of colors ---*/
3642+
/*--- Lambda to account for different numbers of colors. ---*/
36433643
auto getColorSparsePattern = [&](unsigned long edgeColorGroupSize) {
36443644
if (largeNumberOfColors) {
36453645
return colorSparsePattern<unsigned char, 255>(pattern, edgeColorGroupSize, balanceColors);

0 commit comments

Comments
 (0)