Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted committed Dec 15, 2024
1 parent ce27533 commit 5f8b6ba
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 @@ -8125,8 +8125,8 @@ void CPhysicalGeometry::FindNormal_Neighbor(const CConfig* config) {
if (cos_alpha >= cos_max) {
Point_Normal = jPoint;
cos_max = cos_alpha;
}
}
}
}
vertex[iMarker][iVertex]->SetNormal_Neighbor(Point_Normal);
}
}
Expand Down

0 comments on commit 5f8b6ba

Please sign in to comment.