We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ee707 commit f479b06Copy full SHA for f479b06
Common/src/geometry/CGeometry.cpp
@@ -2506,7 +2506,6 @@ void CGeometry::ComputeModifiedSymmetryNormals(const CConfig* config) {
2506
2507
if (!isShared) continue;
2508
2509
- su2double* coord = nodes->GetCoord(iPoint);
2510
std::array<su2double, MAXNDIM> jNormal = {};
2511
// check if jvertex is already in symmetrynormals array
2512
const auto it = symmetryNormals[jMarker].find(jVertex);
0 commit comments