From acce6af3c0141c972476b0941314a78f8c599360 Mon Sep 17 00:00:00 2001 From: Martin Marinov Date: Fri, 23 Oct 2015 17:45:29 +0100 Subject: [PATCH] Some minor changes to the StatusSet<> docs. --- src/OpenMesh/Core/Mesh/ArrayKernel.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/ArrayKernel.hh b/src/OpenMesh/Core/Mesh/ArrayKernel.hh index 29e74a55..736d4a4b 100644 --- a/src/OpenMesh/Core/Mesh/ArrayKernel.hh +++ b/src/OpenMesh/Core/Mesh/ArrayKernel.hh @@ -577,7 +577,7 @@ public: Implements a set of connectivity entities (vertex, edge, face, halfedge) using the available bits in the corresponding mesh status field. - Status-based sets are much faster using std::set<> and equivalent + Status-based sets are much faster than std::set<> and equivalent in performance to std::vector, but much more convenient. */ template @@ -637,7 +637,7 @@ public: friend class StatusSetT; friend class StatusSetT; - //! AutoStatusSetT: A status set that automatically picks a free bit to use + //! AutoStatusSetT: A status set that automatically picks a status bit template class AutoStatusSetT : public StatusSetT {