From e521502a0b87493915dae37cb62912f4efb454f8 Mon Sep 17 00:00:00 2001 From: Samuel Jackson Date: Mon, 30 Jun 2014 10:16:26 +0100 Subject: [PATCH] Refs #9780 Remove offending line. --- .../Mantid/Framework/API/inc/MantidAPI/DataProcessorAlgorithm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Code/Mantid/Framework/API/inc/MantidAPI/DataProcessorAlgorithm.h b/Code/Mantid/Framework/API/inc/MantidAPI/DataProcessorAlgorithm.h index c35bd6d926e3..90b67717b951 100644 --- a/Code/Mantid/Framework/API/inc/MantidAPI/DataProcessorAlgorithm.h +++ b/Code/Mantid/Framework/API/inc/MantidAPI/DataProcessorAlgorithm.h @@ -94,8 +94,6 @@ class DLLExport DataProcessorAlgorithm : public Algorithm alg->setProperty("LHSWorkspace",lhs); alg->setProperty("RHSWorkspace",rhs); - alg->setPropertyValue("OutputWorkspace","tmp_binary_op_ws"); - alg->execute(); if (alg->isExecuted())