[cgma-dev] r5380 - cgm/trunk/itaps

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Tue Feb 7 12:26:59 CST 2012


Author: janehu
Date: 2012-02-07 12:26:59 -0600 (Tue, 07 Feb 2012)
New Revision: 5380

Modified:
   cgm/trunk/itaps/iGeom.h
   cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Passed the result out for last check-in.

Modified: cgm/trunk/itaps/iGeom.h
===================================================================
--- cgm/trunk/itaps/iGeom.h	2012-02-07 17:41:06 UTC (rev 5379)
+++ cgm/trunk/itaps/iGeom.h	2012-02-07 18:26:59 UTC (rev 5380)
@@ -3977,7 +3977,7 @@
                           double x,
                           double y,
                           double z,
-                          bool isOn); 
+                          bool &isOn); 
 #ifdef __cplusplus
 } /* extern "C" */
 #endif

Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc	2012-02-07 17:41:06 UTC (rev 5379)
+++ cgm/trunk/itaps/iGeom_CGMA.cc	2012-02-07 18:26:59 UTC (rev 5380)
@@ -6278,7 +6278,7 @@
                         double x,
                         double y,
                         double z,
-                        bool IsOn)
+                        bool &IsOn)
 {
   CubitVector position(x,y,z);
   CubitPointContainment pc;


























More information about the cgma-dev mailing list