CAM: typo

This commit is contained in:
luzpaz
2017-07-11 13:15:14 -04:00
committed by GitHub
parent ba9b2a82b2
commit 17a60d3121

View File

@@ -115,7 +115,7 @@ private:
std::vector<double> UnparamZ;
std::vector<int> mapper;
/** @brief List of indicies of the boundary points*/
/** @brief List of indices of the boundary points*/
std::list< std::vector <unsigned long> > BoundariesIndex;
/** @brief List of point-coordinates of the boundary points*/
std::list< std::vector <Base::Vector3f> > BoundariesPoints;