Skip to content

Commit 83e7e7f

Browse files
author
rois1995
committed
- revert changes
1 parent c40f17b commit 83e7e7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10559,10 +10559,9 @@ void CPhysicalGeometry::SetWallDistance(CADTElemClass* WallADT, const CConfig* c
1055910559

1056010560
WallADT->DetermineNearestElement(nodes->GetCoord(iPoint), dist, markerID, elemID, rankID);
1056110561

10562-
// if (nodes->GetWall_Distance(iPoint) == 0) dist = 0;
10562+
if (nodes->GetWall_Distance(iPoint) == 0) dist = 0;
1056310563

10564-
// if (dist < nodes->GetWall_Distance(iPoint) || dist == 0) {
10565-
if (dist < nodes->GetWall_Distance(iPoint)) {
10564+
if (dist < nodes->GetWall_Distance(iPoint) || dist == 0) {
1056610565
nodes->SetWall_Distance(iPoint, dist, rankID, iZone, markerID, elemID);
1056710566
}
1056810567
}

0 commit comments

Comments
 (0)