Ignore:
Timestamp:
02/23/07 13:54:56 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.cpp

    r2117 r2161  
    621621 
    622622        // HACK 
    623         if (mRayCaster->mVssRayPool.mIndex > mSamplesPerPass) 
     623        /*if (mRayCaster->mVssRayPool.mIndex > mSamplesPerPass) 
    624624        { 
    625625                cout << "warning: new samples: " << castSamples << " " << "queue: "  << (int)mRayQueue.size() << endl; 
    626626                Debug << "warning: new samples: " << castSamples << " " << "queue: "  << (int)mRayQueue.size() << endl; 
    627         } 
     627        }*/ 
    628628 
    629629        return castSamples; 
Note: See TracChangeset for help on using the changeset viewer.