[cgma-dev] r4987 - cgm/trunk/geom/OCC
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Mon Jun 13 09:34:12 CDT 2011
Author: janehu
Date: 2011-06-13 09:34:07 -0500 (Mon, 13 Jun 2011)
New Revision: 4987
Modified:
cgm/trunk/geom/OCC/OCCBody.cpp
Log:
Possible fix for Hong-Jun's attribute issue. Anyway I think it's proper change even without bug fixing issue.
Modified: cgm/trunk/geom/OCC/OCCBody.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCBody.cpp 2011-06-10 14:25:47 UTC (rev 4986)
+++ cgm/trunk/geom/OCC/OCCBody.cpp 2011-06-13 14:34:07 UTC (rev 4987)
@@ -218,10 +218,6 @@
if (myTopoDSShape != NULL)
{
OCCAttribSet::remove_attribute(csa, *myTopoDSShape);
- if(csa)
- csa_list.remove(csa);
- else
- csa_list.clean_out();
return;
}
More information about the cgma-dev
mailing list