[cgma-dev] r5386 - in cgm/branches/cubit13.1/geom: . facet

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Fri Feb 10 12:26:33 CST 2012


Author: janehu
Date: 2012-02-10 12:26:29 -0600 (Fri, 10 Feb 2012)
New Revision: 5386

Modified:
   cgm/branches/cubit13.1/geom/GeometryModifyEngine.hpp
   cgm/branches/cubit13.1/geom/GeometryModifyTool.cpp
   cgm/branches/cubit13.1/geom/GeometryModifyTool.hpp
   cgm/branches/cubit13.1/geom/facet/FacetModifyEngine.cpp
   cgm/branches/cubit13.1/geom/facet/FacetModifyEngine.hpp
Log:
Confirmed with Bob Kerr (rakerr at sandia.gov) that CGMConfigure.h should be removed from mentioning, as well as DLCubitEdgeList.hpp DLCubitFaceList.hpp DLMRefEdgeList.hpp TDExport.hpp.

Modified: cgm/branches/cubit13.1/geom/GeometryModifyEngine.hpp
===================================================================
--- cgm/branches/cubit13.1/geom/GeometryModifyEngine.hpp	2012-02-09 16:49:58 UTC (rev 5385)
+++ cgm/branches/cubit13.1/geom/GeometryModifyEngine.hpp	2012-02-10 18:26:29 UTC (rev 5386)
@@ -20,7 +20,6 @@
 #include "GeometryDefines.h"
 #include "CubitGeomConfigure.h"
 #include "FacetShapeDefs.hpp"
-#include "CGMConfigure.h"
 
 #include <map>
 #include "CubitVector.hpp"

Modified: cgm/branches/cubit13.1/geom/GeometryModifyTool.cpp
===================================================================
--- cgm/branches/cubit13.1/geom/GeometryModifyTool.cpp	2012-02-09 16:49:58 UTC (rev 5385)
+++ cgm/branches/cubit13.1/geom/GeometryModifyTool.cpp	2012-02-10 18:26:29 UTC (rev 5386)
@@ -90,7 +90,6 @@
 #include "GfxDebug.hpp"
 
 #include "CubitUndo.hpp"
-#include "CGMConfigure.h"
 
 /* Work around stupid #define hz equal to HZ on IBM */
 #ifdef hz

Modified: cgm/branches/cubit13.1/geom/GeometryModifyTool.hpp
===================================================================
--- cgm/branches/cubit13.1/geom/GeometryModifyTool.hpp	2012-02-09 16:49:58 UTC (rev 5385)
+++ cgm/branches/cubit13.1/geom/GeometryModifyTool.hpp	2012-02-10 18:26:29 UTC (rev 5386)
@@ -25,7 +25,6 @@
 #include "DLIList.hpp"
 #include "CubitGeomConfigure.h"
 #include "FacetShapeDefs.hpp"
-#include "CGMConfigure.h"
 
 class CoEdgeSM;
 class LoopSM;

Modified: cgm/branches/cubit13.1/geom/facet/FacetModifyEngine.cpp
===================================================================
--- cgm/branches/cubit13.1/geom/facet/FacetModifyEngine.cpp	2012-02-09 16:49:58 UTC (rev 5385)
+++ cgm/branches/cubit13.1/geom/facet/FacetModifyEngine.cpp	2012-02-10 18:26:29 UTC (rev 5386)
@@ -63,7 +63,6 @@
 #include "SphereEvaluator.hpp"
 #include "CylinderEvaluator.hpp"
 #include "CubitLoops.hpp"
-#include "CGMConfigure.h"
 
 FacetModifyEngine* FacetModifyEngine::instance_ = 0;
 CubitBoolean FacetModifyEngine::modifyEnabled = CUBIT_FALSE;


More information about the cgma-dev mailing list