Skip to content

Commit

Permalink
Refs #5613 add RunNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Jul 13, 2012
1 parent 4f5563f commit 4d051ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ void InstrumentWindowPickTab::addPeak(double x,double y)
peak->setDetectorID(m_currentDetID);
peak->setGoniometerMatrix(ws->run().getGoniometer().getR());
peak->setBinCount(count);
peak->setRunNumber(ws->getRunNumber());
tw->addPeak(*peak);
delete peak;
tw->modified();
Expand Down

0 comments on commit 4d051ea

Please sign in to comment.