We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39168b5 commit e6ac3dbCopy full SHA for e6ac3db
1 file changed
Common/src/geometry/CGeometry.cpp
@@ -3664,7 +3664,7 @@ const CCompressedSparsePatternUL& CGeometry::GetEdgeColoring(su2double* efficien
3664
continue;
3665
}
3666
3667
- su2double currentEfficiency =
+ const su2double currentEfficiency =
3668
coloringEfficiency(currentEdgeColoring, omp_get_max_threads(), nextEdgeColorGroupSize);
3669
3670
/*--- if the coloring is not efficient, reduce the color group size ---*/
0 commit comments