From d5f080a20f22ccf6424ab906ce768f2003967e91 Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Mon, 28 Jul 2008 06:38:37 +0000 Subject: [PATCH] Cleanup --- Geo/MZoneBoundary.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp index c84a4a2829..dcd7cb0dd0 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -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(); -- GitLab