Mercurial > hg > svapp
changeset 58:621c2edd1693
* Pass StorageAdviser::Criteria into FFTModel constructor etc
author | Chris Cannam |
---|---|
date | Sun, 11 Nov 2007 20:31:12 +0000 |
parents | eb596ef12041 |
children | bf1a53489ccc |
files | framework/Document.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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\"/>");