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

jvporter at wisc.edu jvporter at wisc.edu
Tue May 15 12:10:24 CDT 2012


Author: jvporter
Date: 2012-05-15 12:10:24 -0500 (Tue, 15 May 2012)
New Revision: 5521

Modified:
   cgm/trunk/itaps/iGeom.h
Log:
Fix typos in iGeom.h


Modified: cgm/trunk/itaps/iGeom.h
===================================================================
--- cgm/trunk/itaps/iGeom.h	2012-05-15 17:08:42 UTC (rev 5520)
+++ cgm/trunk/itaps/iGeom.h	2012-05-15 17:10:24 UTC (rev 5521)
@@ -1217,7 +1217,7 @@
      * \param sense_out Sense of edge with respect to face
      * \param *err Pointer to error type returned from function
      */
-  void iGeom_getEgFcSense( iGeom_Instance,
+  void iGeom_getEgFcSense( iGeom_Instance instance,
                            iBase_EntityHandle edge,
                            iBase_EntityHandle face,
                            int* sense_out,
@@ -2709,7 +2709,7 @@
      * \param geom_entity Pointer to new entity handle returned from function
      * \param *err Pointer to error type returned from function
      */
-  void iGeom_uniteEnts( iGeom_Instance instace,
+  void iGeom_uniteEnts( iGeom_Instance instance,
                         iBase_EntityHandle const* geom_entities,
                         int geom_entities_size,
                         iBase_EntityHandle* geom_entity,































More information about the cgma-dev mailing list