improve doc

This commit is contained in:
Andreas Fabri 2015-02-03 14:26:43 +01:00
parent ec19e1ca12
commit ae8f32511f
1 changed files with 1 additions and 1 deletions

View File

@ -2269,7 +2269,7 @@ private: //------------------------------------------------------- private data
/// and analoguously for halfedges, edges, and faces.
/// Copies entries of all property maps which have the same name in `sm` and `other`.
/// that is, property maps which are only in `other` are ignored.
/// Also copies elements which are marked as removed, and concatenates the freelists of sm and other.
/// Also copies elements which are marked as removed, and concatenates the freelists of `sm` and `other`.
template <typename P>
Surface_mesh<P>& operator+=(Surface_mesh<P>& sm, const Surface_mesh<P>& other)