Changeset 1825 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 11/29/06 11:01:58 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1824 r1825 119 119 120 120 // mix of sampling strategies 121 if ( 0)121 if (1) 122 122 { 123 123 mStrategies.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); … … 6205 6205 6206 6206 // mix of sampling strategies 6207 if ( 0)6207 if (1) 6208 6208 { 6209 6209 evalStrats.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION);
Note: See TracChangeset
for help on using the changeset viewer.