Skip to content

Commit e6ac3db

Browse files
committed
More const.
1 parent 39168b5 commit e6ac3db

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
@@ -3664,7 +3664,7 @@ const CCompressedSparsePatternUL& CGeometry::GetEdgeColoring(su2double* efficien
36643664
continue;
36653665
}
36663666

3667-
su2double currentEfficiency =
3667+
const su2double currentEfficiency =
36683668
coloringEfficiency(currentEdgeColoring, omp_get_max_threads(), nextEdgeColorGroupSize);
36693669

36703670
/*--- if the coloring is not efficient, reduce the color group size ---*/

0 commit comments

Comments
 (0)