Newer
Older
#include "MantidGeometry/IDetector.h"
using namespace Mantid::Geometry;
/// Must return a pointer to itself if derived from IComponent
Russell Taylor
committed
const IComponent* IDetector::getComponent() const
{
throw std::runtime_error("This detector class does not inherit from IComponent.");
}