From e5511c4bb5861c561e1696633c97c5368e7d5c9b Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Wed, 19 Nov 2014 16:48:46 +0000 Subject: [PATCH] Remove SofQW3 option from IDR tab Refs #10596 --- .../inc/MantidQtCustomInterfaces/IndirectDataReduction.ui | 5 ----- Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp | 2 -- 2 files changed, 7 deletions(-) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui index a5ba958a33cc..68b86d9a7132 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui @@ -2296,11 +2296,6 @@ Later steps in the process (saving, renaming) will not be done. Parallelepiped (SofQW2) - - - Parallelepiped/Fractional Area (SofQW3) - - diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp index b35252c05c50..4d7de60347a5 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp @@ -184,8 +184,6 @@ namespace CustomInterfaces sqwAlg = AlgorithmManager::Instance().create("SofQW"); else if(rebinType == "Parallelepiped (SofQW2)") sqwAlg = AlgorithmManager::Instance().create("SofQW2"); - else if(rebinType == "Parallelepiped/Fractional Area (SofQW3)") - sqwAlg = AlgorithmManager::Instance().create("SofQW3"); // S(Q, w) algorithm sqwAlg->initialize();