fixed comment on Append::Mesh

This commit is contained in:
Luigi Malomo 2020-02-07 15:18:50 +01:00
parent 665f8463f8
commit 15ea014cf9
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ static void Mesh(MeshLeft& ml, ConstMeshRight& mr, const bool selected = false,
}
// phase 2.
// copy data from ml to its corresponding elements in ml and adjacencies
// copy data from mr to its corresponding elements in ml and adjacencies
// vertex
for(VertexIteratorRight vi=mr.vert.begin();vi!=mr.vert.end();++vi)