Skip to content

Commit

Permalink
Re #9543. Don't retain the accumulation workspace at run end.
Browse files Browse the repository at this point in the history
I don't see why there is any need to keep a copy of this around if
renaming at end of run. Just keep the principal output workspace.
  • Loading branch information
RussellTaylor committed Jun 9, 2014
1 parent 5ae98b2 commit aff1ac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/LiveData/src/MonitorLiveData.cpp
Expand Up @@ -212,8 +212,6 @@ namespace LiveData


doClone(OutputWorkspace, OutputWorkspace + postFix);
if (!AccumulationWorkspace.empty())
doClone(AccumulationWorkspace, AccumulationWorkspace + postFix);
}

runNumber = 0;
Expand Down

0 comments on commit aff1ac2

Please sign in to comment.