This commit is contained in:
Laurent Rineau 2023-06-19 17:15:42 +02:00
parent 6edb602729
commit 4f94c70740
1 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ public:
*/ */
const Point& source() const { return _source; } const Point& source() const { return _source; }
// gives the target point of the segment follwoed. // gives the target point of the segment followed.
/* \return the target point. /* \return the target point.
*/ */
const Point& target() const { return _target; } const Point& target() const { return _target; }
@ -334,7 +334,7 @@ public:
} }
// provides a conversion operator. // provides a conversion operator.
/* \return the simplex through wich the current cell was entered. /* \return the simplex through which the current cell was entered.
*/ */
operator Simplex() const { return _cur; } operator Simplex() const { return _cur; }