Skip to content

Commit

Permalink
Remove SofQW3 option from IDR tab
Browse files Browse the repository at this point in the history
Refs #10596
  • Loading branch information
DanNixon committed Nov 19, 2014
1 parent 6863a15 commit e5511c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -2296,11 +2296,6 @@ Later steps in the process (saving, renaming) will not be done.</string>
<string>Parallelepiped (SofQW2)</string>
</property>
</item>
<item>
<property name="text">
<string>Parallelepiped/Fractional Area (SofQW3)</string>
</property>
</item>
</widget>
</item>
</layout>
Expand Down
2 changes: 0 additions & 2 deletions Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit e5511c4

Please sign in to comment.