Document skipping iterators
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@424 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -2132,9 +2132,9 @@ class FaceVertexIterT
|
||||
/// Equal ?
|
||||
bool operator==(const FaceVertexIterT& _rhs) const {
|
||||
return ((mesh_ == _rhs.mesh_) &&
|
||||
(start_ == _rhs.start_) &&
|
||||
(heh_ == _rhs.heh_) &&
|
||||
(lap_counter_ == _rhs.lap_counter_));
|
||||
(start_ == _rhs.start_) &&
|
||||
(heh_ == _rhs.heh_) &&
|
||||
(lap_counter_ == _rhs.lap_counter_));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user