Ignore:
Timestamp:
01/23/07 04:39:45 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2019 r2023  
    77#include "RssTree.h" 
    88#include "Mutation.h" 
    9 #include "PerfTimer.h" 
     9//#include "PerfTimer.h" 
    1010 
    1111namespace GtpVisibilityPreprocessor { 
    1212 
    13 extern PerfTimer pvsTimer; 
     13//extern PerfTimer pvsTimer; 
    1414 
    1515//HaltonSequence SamplingStrategy::sHalton; 
     
    662662                                        if (strcmp(curr, "mutation")==0) { 
    663663                                          // temp matt: still no mutationstrategy! 
    664                                           mDistributions.push_back(new MutationBasedDistribution(mPreprocessor)); 
     664                                          //mDistributions.push_back(new MutationBasedDistribution(mPreprocessor)); 
    665665                                        } 
    666666         
Note: See TracChangeset for help on using the changeset viewer.