Skip to content

Commit

Permalink
Refs #8439 Move range defaults to not overlap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Nov 18, 2013
1 parent 9dd0df1 commit 261f05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidQt/CustomInterfaces/src/Elwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ namespace IDA
m_elwDblMng->setValue(m_elwProp["R1S"], -0.02);
m_elwDblMng->setValue(m_elwProp["R1E"], 0.02);

m_elwDblMng->setValue(m_elwProp["R2S"], -0.02);
m_elwDblMng->setValue(m_elwProp["R2E"], -0.17);
m_elwDblMng->setValue(m_elwProp["R2S"], -0.24);
m_elwDblMng->setValue(m_elwProp["R2E"], -0.22);
}

void Elwin::run()
Expand Down

0 comments on commit 261f05a

Please sign in to comment.