[cgma-dev] r3397 - cgm/trunk/itaps
jvporter at wisc.edu
jvporter at wisc.edu
Thu Dec 3 17:08:55 CST 2009
Author: jvporter
Date: 2009-12-03 17:08:55 -0600 (Thu, 03 Dec 2009)
New Revision: 3397
Modified:
cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Make sure iGeom_getBoundBox sets the error string
Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc 2009-12-03 20:40:08 UTC (rev 3396)
+++ cgm/trunk/itaps/iGeom_CGMA.cc 2009-12-03 23:08:55 UTC (rev 3397)
@@ -451,7 +451,7 @@
double* max_z,
int* err )
{
- *err = iBase_NOT_SUPPORTED;
+ RETURN(iBase_NOT_SUPPORTED);
}
More information about the cgma-dev
mailing list