Ignore:
Timestamp:
06/09/06 08:24:19 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

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

    r986 r1007  
    4848                        struct Step 
    4949                        { 
    50                                 Index mV0, mV1; 
    51                                 Index mT0, mT1; 
    52                                 float x,y,z; 
    53                                 std::vector<Index> mModfaces; 
     50                                Index mV0; 
     51                                Index   mV1; 
     52                                Index mT0; 
     53                                Index   mT1; 
     54                                float x; 
     55                                float   y; 
     56                                float   z; 
     57                                 
     58                                std::vector<Index>      mModfaces; 
    5459 
    5560                                //      Indicates the the step is obligatory to execute 
     
    7883 
    7984#endif 
     85 
Note: See TracChangeset for help on using the changeset viewer.