Skip to content

Commit c5ef3ff

Browse files
Update Common/include/geometry/CPhysicalGeometry.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 6276ce3 commit c5ef3ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Common/include/geometry/CPhysicalGeometry.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -811,11 +811,6 @@ class CPhysicalGeometry final : public CGeometry {
811811
}
812812
}
813813

814-
/*!
815-
* \brief Set wall distance of i-th point to a specific value
816-
*/
817-
void SetWallDistance(unsigned long iPoint, su2double val) override { nodes->SetWall_Distance(iPoint, val); }
818-
819814
/*!
820815
* \brief For streamwise periodicity, find & store a unique reference node on the designated periodic inlet.
821816
* \param[in] config - Definition of the particular problem.

0 commit comments

Comments
 (0)