Skip to content

Commit 5f8b6ba

Browse files
committed
clang
1 parent ce27533 commit 5f8b6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8125,8 +8125,8 @@ void CPhysicalGeometry::FindNormal_Neighbor(const CConfig* config) {
81258125
if (cos_alpha >= cos_max) {
81268126
Point_Normal = jPoint;
81278127
cos_max = cos_alpha;
8128-
}
8129-
}
8128+
}
8129+
}
81308130
vertex[iMarker][iVertex]->SetNormal_Neighbor(Point_Normal);
81318131
}
81328132
}

0 commit comments

Comments
 (0)