Ignore:
Timestamp:
03/06/07 14:26:14 (18 years ago)
Author:
gumbau
Message:
 
Location:
GTP/trunk/Lib/Geom/shared/GTGeometry/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshSimpSequence.h

    r2090 r2194  
    6060                                Index mV0; 
    6161                                Index   mV1; 
    62                                 Index mT0; 
    63                                 Index   mT1; 
     62                                int             mT0; 
     63                                int             mT1; 
    6464                                float x; 
    6565                                float   y; 
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshSimplifier.h

    r2127 r2194  
    110110                        /// Class constructor. Retrieves a pointer to a valid Geometry::Mesh object to simplify. 
    111111                        MeshSimplifier( const Geometry::Mesh    *, 
    112                                         Geometry::TIPOFUNC              upb=0); 
     112                                                                                        Geometry::TIPOFUNC              upb=0); 
    113113 
    114114                        /// Virtual class destructor. 
Note: See TracChangeset for help on using the changeset viewer.