Skip to content
Snippets Groups Projects
Commit a3d75e63 authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #19461 remove changes to DetectorInfo

parent cc385132
No related merge requests found
#include "MantidAPI/DetectorInfo.h" #include "MantidAPI/DetectorInfo.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/ComponentHelper.h" #include "MantidGeometry/Instrument/ComponentHelper.h"
#include "MantidGeometry/Instrument/Detector.h" #include "MantidGeometry/Instrument/Detector.h"
#include "MantidGeometry/Instrument/ReferenceFrame.h" #include "MantidGeometry/Instrument/ReferenceFrame.h"
...@@ -6,8 +7,6 @@ ...@@ -6,8 +7,6 @@
#include "MantidKernel/EigenConversionHelpers.h" #include "MantidKernel/EigenConversionHelpers.h"
#include "MantidKernel/Exception.h" #include "MantidKernel/Exception.h"
#include "MantidKernel/MultiThreaded.h" #include "MantidKernel/MultiThreaded.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidGeometry/Instrument/Component.h"
namespace Mantid { namespace Mantid {
namespace API { namespace API {
...@@ -581,6 +580,5 @@ boost::shared_ptr<const std::unordered_map<detid_t, size_t>> ...@@ -581,6 +580,5 @@ boost::shared_ptr<const std::unordered_map<detid_t, size_t>>
DetectorInfo::detIdToIndexMap() const { DetectorInfo::detIdToIndexMap() const {
return m_detIDToIndex; return m_detIDToIndex;
} }
} // namespace API } // namespace API
} // namespace Mantid } // namespace Mantid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment