Skip to content

Commit

Permalink
Refs #10348 Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Oct 22, 2014
1 parent cfb22f5 commit 9158daa
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -413,10 +413,6 @@ namespace MantidQt
if(!transStr.empty())
transWS = makeTransWS(transStr);

/* If you add/remove any properties given to ReflectometryReductionOneAuto you should consider
* updating the list of suggestions provided by the options column in the UI.
* See Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflOptionsDelegate.h
*/
IAlgorithm_sptr algReflOne = AlgorithmManager::Instance().create("ReflectometryReductionOneAuto");
algReflOne->initialize();
algReflOne->setProperty("InputWorkspace", runWS);
Expand Down

0 comments on commit 9158daa

Please sign in to comment.