Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2119 r2124  
    1414Preprocessor *PreprocessorFactory::CreatePreprocessor(const string &preprocessorType) 
    1515{ 
    16         Debug << "here9191" << endl; 
    1716        if (preprocessorType == "vss") 
    18         {Debug << "here21112" << endl; 
     17        { 
    1918                return new VssPreprocessor(); 
    2019        } 
Note: See TracChangeset for help on using the changeset viewer.