[cgma-dev] r1605 - cgm/trunk/geom

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Feb 21 10:38:18 CST 2008


Author: kraftche
Date: 2008-02-21 10:38:17 -0600 (Thu, 21 Feb 2008)
New Revision: 1605

Modified:
   cgm/trunk/geom/GeometryModifyTool.cpp
Log:
fix syntax error

Modified: cgm/trunk/geom/GeometryModifyTool.cpp
===================================================================
--- cgm/trunk/geom/GeometryModifyTool.cpp	2008-02-21 12:33:01 UTC (rev 1604)
+++ cgm/trunk/geom/GeometryModifyTool.cpp	2008-02-21 16:38:17 UTC (rev 1605)
@@ -1398,7 +1398,7 @@
 
    if (surface_ptr == NULL) {
      PRINT_ERROR("Couldn't make new RefFace.\n");
-     for(i=copied_ref_edges.size(); i--; )
+     for(int i=copied_ref_edges.size(); i--; )
        GeometryQueryTool::instance()->delete_RefEdge( copied_ref_edges.get_and_step() );
      return NULL;
    }




More information about the cgma-dev mailing list