Ignore:
Timestamp:
11/29/06 11:01:58 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1824 r1825  
    119119 
    120120        // mix of sampling strategies 
    121         if (0) 
     121        if (1) 
    122122        { 
    123123                mStrategies.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); 
     
    62056205 
    62066206        // mix of sampling strategies 
    6207         if (0) 
     6207        if (1) 
    62086208        { 
    62096209                evalStrats.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); 
Note: See TracChangeset for help on using the changeset viewer.