Ignore:
Timestamp:
06/09/06 14:26:57 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoTreeSimpSequence.cpp

    r774 r1009  
    2323        int cont;  
    2424 
    25         if (s.miReadData(buffer,256) != NULL)  
     25        if (s.ReadData(buffer,256) != NULL)  
    2626        { 
    2727                sscanf(buffer,"%s",&nombre); 
     
    3030        } 
    3131 
    32         while (s.miReadData(buffer,256) != NULL)  
     32        while (s.ReadData(buffer,256) != NULL)  
    3333        { 
    3434                Geometry::TreeSimplificationSequence::Step pasosimp; 
Note: See TracChangeset for help on using the changeset viewer.