From 4ab94fee8f79a6ce9e434093b58041308a193715 Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Fri, 8 Aug 2008 01:38:52 +0000 Subject: [PATCH] Minor bug fix --- Geo/MZone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/MZone.cpp b/Geo/MZone.cpp index 635a8f96d8..b981331459 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -157,7 +157,7 @@ int MZone<DIM>::zoneData() //--Label interior vertices and complete output vector of vertices - const VertexMap::const_iterator vMapEnd = vertMap.end(); + const VertexMap::iterator vMapEnd = vertMap.end(); for(VertexMap::iterator vMapIt = vertMap.begin(); vMapIt != vMapEnd; ++vMapIt) { if(vMapIt->second == 0) { // Vertex in zone interior -- GitLab