Skip to content
Snippets Groups Projects
Commit d5f080a2 authored by Stefen Guzik's avatar Stefen Guzik
Browse files

Cleanup

parent 1702fa5f
Branches
Tags
No related merge requests found
......@@ -490,8 +490,6 @@ void updateBoVec<3, MFace>
gEIt != gEdgeList.end(); ++gEIt) {
std::list<GFace*> alist = (*gEIt)->faces();
gFaceList.splice(gFaceList.end(), alist);
// gcc-4.3 won't accept the following
// gFaceList.splice(gFaceList.end(), (*gEIt)->faces());
}
// Remove duplicates
gFaceList.sort();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment