We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb48919 commit 6276ce3Copy full SHA for 6276ce3
1 file changed
Common/include/geometry/CGeometry.hpp
@@ -1843,13 +1843,6 @@ class CGeometry {
1843
*/
1844
virtual void SetWallDistance(su2double val) {}
1845
1846
- /*!
1847
- * \brief Set wall distances a specific value and at a specific point
1848
- * \param[in] iPoint - i-th point to set the wall distance.
1849
- * \param[in] val - new value for the wall distance at the input point.
1850
- */
1851
- virtual void SetWallDistance(unsigned long iPoint, su2double val) {}
1852
-
1853
/*!
1854
* \brief Compute the distances to the closest vertex on viscous walls over the entire domain
1855
* \param[in] config_container - Definition of the particular problem.
0 commit comments