[cgma-dev] r3252 - cgm/trunk/itaps
jvporter at wisc.edu
jvporter at wisc.edu
Thu Oct 29 15:52:18 CDT 2009
Author: jvporter
Date: 2009-10-29 15:52:17 -0500 (Thu, 29 Oct 2009)
New Revision: 3252
Modified:
cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Keep iGeom_getPntArrClsf from jumping up and down on the stack.
Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc 2009-10-29 20:17:58 UTC (rev 3251)
+++ cgm/trunk/itaps/iGeom_CGMA.cc 2009-10-29 20:52:17 UTC (rev 3252)
@@ -3180,7 +3180,7 @@
CHECK_SIZE( *entity_handles, iBase_EntityHandle, count );
iBase_ErrorType result = iBase_SUCCESS;
- RefEntity** array = (RefEntity**)entity_handles;
+ RefEntity** array = (RefEntity**)*entity_handles;
for (int i = 0; i < count; ++i)
{
const CubitVector pt( *x, *y, *z );
More information about the cgma-dev
mailing list