Mercurial > hg > svapp
diff framework/Document.cpp @ 58:621c2edd1693
* Pass StorageAdviser::Criteria into FFTModel constructor etc
author | Chris Cannam |
---|---|
date | Sun, 11 Nov 2007 20:31:12 +0000 |
parents | eb596ef12041 |
children | 215b8b1b0308 89a689720ee9 |
line wrap: on
line diff
--- a/framework/Document.cpp Fri Nov 09 17:46:58 2007 +0000 +++ b/framework/Document.cpp Sun Nov 11 20:31:12 2007 +0000 @@ -739,7 +739,7 @@ PluginTransformer::ExecutionContext context = factory->getDefaultContextForTransformer(id, aggregate); -// context.stepSize = context.blockSize/2; + context.stepSize = context.blockSize/2; Model *transformOutput = factory->transform (id, aggregate, context, "<plugin param-serialise=\"1\"/>");