From 96db873d44a86598d471e82a853ce57531c0224b Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 7 Jan 2015 09:11:16 +0000 Subject: [PATCH] Refs #10658 Add OFFSPEC to ISIS Refl UI instrument list --- .../MantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp index d2010ae67292..43867a9b536a 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp @@ -129,6 +129,7 @@ namespace MantidQt instruments.push_back("SURF"); instruments.push_back("CRISP"); instruments.push_back("POLREF"); + instruments.push_back("OFFSPEC"); //If the user's configured default instrument is in this list, set it as the default, otherwise use INTER const std::string defaultInst = Mantid::Kernel::ConfigService::Instance().getString("default.instrument");