Skip to content

Commit

Permalink
check why clang-format error
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted committed Dec 7, 2024
1 parent 8c71e6d commit e0dd4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/src/geometry/CPhysicalGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8127,8 +8127,8 @@ void CPhysicalGeometry::FindNormal_Neighbor(const CConfig* config) {
/*--- Get maximum cosine ---*/
if (cos_alpha >= cos_max) {
/*--- If point is on the wall, only add it if Point_Normal was not set before. ---*/
if ((!nodes->GetViscousBoundary(iPoint)) || ((nodes->GetViscousBoundary(iPoint)) && (cos_max < -1.0)))
Point_Normal = jPoint;
/*if ((!nodes->GetViscousBoundary(iPoint)) || ((nodes->GetViscousBoundary(iPoint)) && (cos_max < -1.0)))*/
Point_Normal = jPoint;
/*--- Only set angle if it is not on a wall. */
if (!nodes->GetViscousBoundary(iPoint)) cos_max = cos_alpha;
}
Expand Down

0 comments on commit e0dd4c7

Please sign in to comment.