Skip to content

Commit

Permalink
Refs #5678. Turn off grouping for old format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Sep 25, 2012
1 parent ca09b12 commit 3e32fd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ namespace Mantid
// Process the detector vanadium
IAlgorithm_sptr detVan = this->createSubAlgorithm("DgsProcessDetectorVanadium");
detVan->setProperty("InputWorkspace", dvWS);
detVan->setProperty("NoGrouping", true);
detVan->setProperty("ReductionProperties", reductionManagerName);
detVan->executeAsSubAlg();
dvWS.reset();
Expand Down

0 comments on commit 3e32fd9

Please sign in to comment.