Ignore:
Timestamp:
11/09/06 19:05:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.h

    r1723 r1736  
    200200        /// Map of PVS entries 
    201201        std::map<T, S, LtSample<T> > mEntries; 
    202  
    203   /// Number of samples used to create the PVS 
    204   int mSamples; 
     202        //vector<pair<T, S> > mEntries;  
     203         
     204        /// Number of samples used to create the PVS 
     205        int mSamples; 
    205206}; 
    206207 
Note: See TracChangeset for help on using the changeset viewer.