Skip to content

Commit

Permalink
Refs #5613 deleted line 777
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Aug 6, 2012
1 parent 13357fa commit f267bb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ void InstrumentWindowPickTab::addPeak(double x,double y)
std::vector<double> ydata;
unit->toTOF(xdata, ydata, l1, l2, theta2, m_emode, m_efixed, m_delta);
tof = xdata[0];
count = ydata[0];
}

double knorm=NeutronMass*(l1 + l2)/(h_bar*tof*1e-6)/1e10;
Expand Down

0 comments on commit f267bb6

Please sign in to comment.