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

janehu at mcs.anl.gov janehu at mcs.anl.gov
Tue May 28 13:29:16 CDT 2013


Author: janehu
Date: 2013-05-28 13:29:15 -0500 (Tue, 28 May 2013)
New Revision: 6049

Modified:
   cgm/trunk/geom/OCC/OCCAttribSet.cpp
Log:
Change the function call to be more specific to get rid of 'attention etat fantomatique' message from opencascade. Passed make check in occ654 build.

Modified: cgm/trunk/geom/OCC/OCCAttribSet.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCAttribSet.cpp	2013-05-24 16:23:36 UTC (rev 6048)
+++ cgm/trunk/geom/OCC/OCCAttribSet.cpp	2013-05-28 18:29:15 UTC (rev 6049)
@@ -368,7 +368,7 @@
   if(!found)
     return;
  
-  myLabel.ForgetAllAttributes(false);
+  myLabel.ForgetAttribute(TDataXtd_Shape::GetID());
 /*
   if(OCCQueryEngine::instance()->OCCMap->IsBound(shape)) 
   {



More information about the cgma-dev mailing list