Skip to content

Commit e0dd4c7

Browse files
committed
check why clang-format error
1 parent 8c71e6d commit e0dd4c7

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
@@ -8127,8 +8127,8 @@ void CPhysicalGeometry::FindNormal_Neighbor(const CConfig* config) {
81278127
/*--- Get maximum cosine ---*/
81288128
if (cos_alpha >= cos_max) {
81298129
/*--- If point is on the wall, only add it if Point_Normal was not set before. ---*/
8130-
if ((!nodes->GetViscousBoundary(iPoint)) || ((nodes->GetViscousBoundary(iPoint)) && (cos_max < -1.0)))
8131-
Point_Normal = jPoint;
8130+
/*if ((!nodes->GetViscousBoundary(iPoint)) || ((nodes->GetViscousBoundary(iPoint)) && (cos_max < -1.0)))*/
8131+
Point_Normal = jPoint;
81328132
/*--- Only set angle if it is not on a wall. */
81338133
if (!nodes->GetViscousBoundary(iPoint)) cos_max = cos_alpha;
81348134
}

0 commit comments

Comments
 (0)