Skip to content

Commit f479b06

Browse files
committed
remove unused variable
1 parent f0ee707 commit f479b06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/src/geometry/CGeometry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,6 @@ void CGeometry::ComputeModifiedSymmetryNormals(const CConfig* config) {
25062506

25072507
if (!isShared) continue;
25082508

2509-
su2double* coord = nodes->GetCoord(iPoint);
25102509
std::array<su2double, MAXNDIM> jNormal = {};
25112510
// check if jvertex is already in symmetrynormals array
25122511
const auto it = symmetryNormals[jMarker].find(jVertex);

0 commit comments

Comments
 (0)