comparison transform/FeatureExtractionModelTransformer.cpp @ 1369:7fb7b59c35ee

Fix absurd typo that was preventing transforms from running at all!
author Chris Cannam
date Thu, 19 Jan 2017 11:01:41 +0000
parents d163b04c3ec4
children 54366398e636
comparison
equal deleted inserted replaced
1368:d163b04c3ec4 1369:7fb7b59c35ee
622 } 622 }
623 623
624 void 624 void
625 FeatureExtractionModelTransformer::run() 625 FeatureExtractionModelTransformer::run()
626 { 626 {
627 if (initialise()) { 627 if (!initialise()) {
628 abandon(); 628 abandon();
629 return; 629 return;
630 } 630 }
631 631
632 DenseTimeValueModel *input = getConformingInput(); 632 DenseTimeValueModel *input = getConformingInput();