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/GeoMeshSimpSequence.cpp

    r1007 r1009  
    2020        char name[256]; 
    2121 
    22         if (s.miReadData(buffer,256) != NULL) 
     22        if (s.ReadData(buffer,256) != NULL) 
    2323        { 
    2424                sscanf(buffer,"%s",&name); 
     
    2727        } 
    2828 
    29         while (s.miReadData(buffer,256) != NULL) 
     29        while (s.ReadData(buffer,256) != NULL) 
    3030        { 
    3131                Geometry::MeshSimplificationSequence::Step simplifstep; 
Note: See TracChangeset for help on using the changeset viewer.