[cgma-dev] r2714 - cgm/trunk/itaps
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Mar 13 09:16:05 CDT 2009
Author: kraftche
Date: 2009-03-13 09:16:05 -0500 (Fri, 13 Mar 2009)
New Revision: 2714
Modified:
cgm/trunk/itaps/testgeom.cc
Log:
update for iGeom changes
Modified: cgm/trunk/itaps/testgeom.cc
===================================================================
--- cgm/trunk/itaps/testgeom.cc 2009-03-13 14:11:45 UTC (rev 2713)
+++ cgm/trunk/itaps/testgeom.cc 2009-03-13 14:16:05 UTC (rev 2714)
@@ -945,8 +945,7 @@
CHECK( "Problems getting max surf for rotation." );
SimpleArray<double> max_corn, min_corn;
- int so = iBase_INTERLEAVED;
- iGeom_getArrBoundBox( geom, ARRAY_IN(surfs), &so,
+ iGeom_getArrBoundBox( geom, ARRAY_IN(surfs), iBase_INTERLEAVED,
ARRAY_INOUT( min_corn ),
ARRAY_INOUT( max_corn ),
&err );
@@ -1019,8 +1018,8 @@
// verify the bounding boxes for Acis based entities
SimpleArray<double> max_corn, min_corn;
- int so = iBase_INTERLEAVED;
- iGeom_getArrBoundBox( geom, ARRAY_IN(prims), &so, ARRAY_INOUT(min_corn), ARRAY_INOUT(max_corn), &err );
+ iGeom_getArrBoundBox( geom, ARRAY_IN(prims), iBase_INTERLEAVED,
+ ARRAY_INOUT(min_corn), ARRAY_INOUT(max_corn), &err );
double preset_min_corn[] =
// min brick corner xyz
More information about the cgma-dev
mailing list