Skip to content

Commit

Permalink
Refs #5613 Russell wants inelastic dialog for ISIS instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Aug 8, 2012
1 parent c3f80d6 commit 00cd3bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,11 +780,11 @@ void InstrumentWindowPickTab::addPeak(double x,double y)
{
//m_emode = 0; // Elastic
//This should be elastic if Ei and Efixed are not set
/*InputConvertUnitsParametersDialog* dlg = new InputConvertUnitsParametersDialog(this);
InputConvertUnitsParametersDialog* dlg = new InputConvertUnitsParametersDialog(this);
dlg->exec();
m_emode = dlg->getEMode();
m_efixed = dlg->getEFixed();
m_delta = dlg->getDelta();*/
m_delta = dlg->getDelta();
}
}
std::vector<double> xdata(1,x);
Expand Down

0 comments on commit 00cd3bd

Please sign in to comment.