From aff1ac2ee038dd0076e228ca1dee7e8c24156326 Mon Sep 17 00:00:00 2001 From: Russell Taylor Date: Fri, 6 Jun 2014 16:12:35 -0400 Subject: [PATCH] Re #9543. Don't retain the accumulation workspace at run end. 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. --- Code/Mantid/Framework/LiveData/src/MonitorLiveData.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Code/Mantid/Framework/LiveData/src/MonitorLiveData.cpp b/Code/Mantid/Framework/LiveData/src/MonitorLiveData.cpp index 0d03495b03e1..7f24610b6c42 100644 --- a/Code/Mantid/Framework/LiveData/src/MonitorLiveData.cpp +++ b/Code/Mantid/Framework/LiveData/src/MonitorLiveData.cpp @@ -212,8 +212,6 @@ namespace LiveData doClone(OutputWorkspace, OutputWorkspace + postFix); - if (!AccumulationWorkspace.empty()) - doClone(AccumulationWorkspace, AccumulationWorkspace + postFix); } runNumber = 0;