Ignore:
Timestamp:
08/22/07 17:35:10 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2353 r2548  
    88#include "Mutation.h" 
    99#include "Timer/PerfTimer.h" 
     10#include "DifferenceSampling.h" 
     11 
    1012 
    1113 
     
    711713                                         mDistributions.push_back(new MutationBasedDistribution(mPreprocessor)); 
    712714                                        } 
     715                                        else if (strcmp(curr, "difference")==0) { 
     716                                         mDistributions.push_back(new DifferenceSampling(mPreprocessor)); 
     717                                        } 
    713718         
    714719         
Note: See TracChangeset for help on using the changeset viewer.