Skip to content
Snippets Groups Projects
Commit 01dbf3bb authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

multiple chunks work now

parent 1b4f590e
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,8 @@ void LoadEventAndCompress::exec() { ...@@ -221,7 +221,8 @@ void LoadEventAndCompress::exec() {
alg->setProperty("OutputWorkspace", resultWS); alg->setProperty("OutputWorkspace", resultWS);
alg->setProperty("ClearRHSWorkspace", true); alg->setProperty("ClearRHSWorkspace", true);
alg->executeAsChildAlg(); alg->executeAsChildAlg();
resultWS = alg->getProperty("OutputWorkspace"); temp = alg->getProperty("OutputWorkspace");
resultWS = boost::dynamic_pointer_cast<EventWorkspace>(temp);
} }
// Don't bother compressing combined workspace. DetermineChunking is designed // Don't bother compressing combined workspace. DetermineChunking is designed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment