[cgma-dev] r4465 - cgm/trunk/geom/OCC

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Mon Jan 24 09:42:24 CST 2011


Author: janehu
Date: 2011-01-24 09:42:24 -0600 (Mon, 24 Jan 2011)
New Revision: 4465

Modified:
   cgm/trunk/geom/OCC/OCCQueryEngine.cpp
Log:
Changed to the correct spelling of PRINT_WARNING, fixed the nightly build, fault on me.

Modified: cgm/trunk/geom/OCC/OCCQueryEngine.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCQueryEngine.cpp	2011-01-24 15:31:21 UTC (rev 4464)
+++ cgm/trunk/geom/OCC/OCCQueryEngine.cpp	2011-01-24 15:42:24 UTC (rev 4465)
@@ -1968,7 +1968,7 @@
   double area = myProps.Mass();
   double tol = get_sme_resabs_tolerance();
   if(area < tol * tol)
-    PRINT_WARING("Generated a sliver surface. \n");
+    PRINT_WARNING("Generated a sliver surface. \n");
 
   if (!OCCMap->IsBound(aShape))
   {








































More information about the cgma-dev mailing list