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

jvporter at wisc.edu jvporter at wisc.edu
Thu Oct 15 23:32:19 CDT 2009


Author: jvporter
Date: 2009-10-15 23:32:18 -0500 (Thu, 15 Oct 2009)
New Revision: 3208

Modified:
   cgm/trunk/itaps/iGeom_CGMA.cc
Log:
In iGeom_getArrTgntU, forward to the XYZ tangent function, not the XYZ 
*normal* function


Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc	2009-10-16 03:42:13 UTC (rev 3207)
+++ cgm/trunk/itaps/iGeom_CGMA.cc	2009-10-16 04:32:18 UTC (rev 3208)
@@ -4898,7 +4898,7 @@
                      ARRAY_IN(parameters), storage_order, 
                      ARRAY_INOUT(tangents), err); 
   if (iBase_SUCCESS == *err)
-    iGeom_getArrNrmlXYZ(instance, ARRAY_IN(gedge_handles), storage_order,
+    iGeom_getArrTgntXYZ(instance, ARRAY_IN(gedge_handles), storage_order,
                         *tangents, *tangents_size, ARRAY_INOUT(tangents), err);
 }
 



More information about the cgma-dev mailing list