Ignore:
Timestamp:
12/15/06 17:29:45 (18 years ago)
Author:
mattausch
Message:

removed bug in sampling strategy

File:
1 edited

Legend:

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

    r1884 r1898  
    993993int 
    994994Preprocessor::GenerateRays(const int number, 
    995                                                                                                         const int sampleType, 
    996                                                                                                         SimpleRayContainer &rays) 
     995                                                  const int sampleType, 
     996                                                  SimpleRayContainer &rays) 
    997997{ 
    998998        const int startSize = (int)rays.size(); 
Note: See TracChangeset for help on using the changeset viewer.