Skip to content

Commit 11622c5

Browse files
authored
Update Common/src/geometry/CGeometry.cpp
1 parent 83237d3 commit 11622c5

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
@@ -2571,7 +2571,6 @@ void CGeometry::ComputeModifiedSymmetryNormals(const CConfig* config) {
25712571

25722572
if (it != symmetryNormals[jMarker].end()) {
25732573
jNormal = it->second;
2574-
25752574
} else {
25762575
vertex[jMarker][jVertex]->GetNormal(jNormal.data());
25772576
const su2double jarea = GeometryToolbox::Norm(nDim, jNormal.data());

0 commit comments

Comments
 (0)