Ignore:
Timestamp:
02/05/07 13:29:55 (17 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/vmi/src/glm.c

    r983 r2090  
    135135    copied = 1; 
    136136    for (i = 1; i <= *numvectors; i++) { 
    137         for (j = 1; j <= copied; j++) { 
     137        for (j = 1; j </*=*/ copied; j++) { 
    138138            if (glmEqual(&vectors[3 * i], &copies[3 * j], epsilon)) { 
    139139                goto duplicate; 
     
    17231723    vectors  = model->vertices; 
    17241724    copies = glmWeldVectors(vectors, &numvectors, epsilon); 
    1725      
    1726 #if 0 
     1725 
     1726//#if 0 
    17271727    printf("glmWeld(): %d redundant vertices.\n",  
    1728         model->numvertices - numvectors - 1); 
    1729 #endif 
     1728        model->numvertices - numvectors /* - 1*/); 
     1729//#endif 
    17301730     
    17311731    for (i = 0; i < model->numtriangles; i++) { 
Note: See TracChangeset for help on using the changeset viewer.