Skip to content

Commit 4be3e7c

Browse files
Potential fix for code scanning alert no. 6158: Commented-out code
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 3269c08 commit 4be3e7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/src/geometry/CMultiGridGeometry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ CMultiGridGeometry::CMultiGridGeometry(CGeometry* fine_grid, CConfig* config, un
167167
/*--- Note that if the (single) marker is a SEND_RECEIVE, then the node is actually an interior point.
168168
In that case it can only be agglomerated with another interior point. ---*/
169169
if (config->GetMarker_All_KindBC(marker_seed[0]) == SEND_RECEIVE) {
170-
// cout << "agglomerating a SEND_RECEIVE point at iPoint = " << iPoint << endl;
171170
agglomerate_seed = true;
172171
}
173172
}

0 commit comments

Comments
 (0)