Ignore:
Timestamp:
11/17/06 10:10:41 (18 years ago)
Author:
mattausch
Message:

removed error in sample registration

File:
1 edited

Legend:

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

    r1757 r1764  
    407407void Pvs<T, S>::MergeInPlace(const Pvs<T, S> &a) 
    408408{ 
    409     //const int samples = mSamples + a.mSamples; 
    410409        ObjectPvs interPvs; 
    411410         
     
    415414        mEntries = interPvs.mEntries; 
    416415        mSamples = interPvs.mSamples; 
    417         //mSamples = samples; 
    418416} 
    419417 
Note: See TracChangeset for help on using the changeset viewer.