Skip to content

Commit

Permalink
Refs #6940 changed too many
Browse files Browse the repository at this point in the history
  • Loading branch information
Vickie Lynch committed Jun 4, 2013
1 parent 5b6a772 commit 523917c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ namespace DataObjects
void addPeak(const API::IPeak& ipeak);
Peak & getPeak(int peakNum);
const Peak & getPeak(int peakNum) const;
API::IPeak* createPeak(Kernel::V3D QFrame, double detectorDistance=1.0) const;
API::IPeak* createPeak(Kernel::V3D QLabFrame, double detectorDistance=1.0) const;
std::vector<std::pair<std::string,std::string> > PeakInfo(Kernel::V3D QFrame , bool lab_coords) const;
int PeakInfoNumber(Kernel::V3D QFrame, bool lab_coords) const;
std::vector<Peak> & getPeaks();
Expand Down

0 comments on commit 523917c

Please sign in to comment.