Skip to content
Snippets Groups Projects
Commit 8bb8c674 authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed errornous use of param command

git-svn-id: http://www.openvolumemesh.org/svnrepo/OpenVolumeMesh/trunk@211 66977474-1d4b-4f09-8fe9-267525286df2
parent bd2eaf22
No related branches found
No related tags found
No related merge requests found
...@@ -413,9 +413,9 @@ public: ...@@ -413,9 +413,9 @@ public:
* *
* Deletes all cells in range [_first, _last]. * Deletes all cells in range [_first, _last].
* *
* @param: _first Iterator to first cell that is to be deleted * @param _first Iterator to first cell that is to be deleted
* @param: _last Iterator to last cell that is to be deleted * @param _last Iterator to last cell that is to be deleted
* @return: An iterator to the first cell after the deleted range * @return An iterator to the first cell after the deleted range
*/ */
CellIter delete_cell_range(const CellIter& _first, const CellIter& _last); CellIter delete_cell_range(const CellIter& _first, const CellIter& _last);
......
...@@ -132,7 +132,7 @@ public: ...@@ -132,7 +132,7 @@ public:
* |/ |/ * |/ |/
* 0-------1 * 0-------1
* *
* @param: _vertices A list of vertices in the correct order * @param _vertices A list of vertices in the correct order
* *
* @return The new hexahedron's cell handle * @return The new hexahedron's cell handle
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment