fixed comment on Append::Mesh
This commit is contained in:
parent
665f8463f8
commit
15ea014cf9
|
|
@ -313,7 +313,7 @@ static void Mesh(MeshLeft& ml, ConstMeshRight& mr, const bool selected = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// phase 2.
|
// 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
|
// vertex
|
||||||
for(VertexIteratorRight vi=mr.vert.begin();vi!=mr.vert.end();++vi)
|
for(VertexIteratorRight vi=mr.vert.begin();vi!=mr.vert.end();++vi)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue