diff transform/ModelTransformerFactory.cpp @ 787:4faea021b5c1 tonioni

cleanup
author gyorgyf
date Sat, 13 Apr 2013 15:36:54 +0100
parents 5295bdb58840
children 2d53205f70cd
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.cpp	Sat Apr 13 13:39:17 2013 +0100
+++ b/transform/ModelTransformerFactory.cpp	Sat Apr 13 15:36:54 2013 +0100
@@ -173,7 +173,6 @@
     if (FeatureExtractionPluginFactory::instanceFor(id)) {
 
         transformer =
-            // new FeatureExtractionModelTransformer(input, transform, FeatureExtractionModelTransformer::NoteOutputModel);
         	new FeatureExtractionModelTransformer(input, transform, m_preferredOutputModel);
 
     } else if (RealTimePluginFactory::instanceFor(id)) {
@@ -195,7 +194,7 @@
 ModelTransformerFactory::transform(const Transform &transform,
                                    const ModelTransformer::Input &input,
                                    QString &message,
-								   // outputmodel default value = FeatureExtractionModelTransformer::NoteOutputModel
+								   /* outputmodel default value = FeatureExtractionModelTransformer::NoteOutputModel */
 								   FeatureExtractionModelTransformer::PreferredOutputModel outputmodel) 
 {
     SVDEBUG << "ModelTransformerFactory::transform: Constructing transformer with input model " << input.getModel() << endl;