Skip to content

Commit

Permalink
Fix the build.
Browse files Browse the repository at this point in the history
Refs #10037.
  • Loading branch information
Harry Jeffery committed Aug 13, 2014
1 parent 61385ea commit b8f1a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/SumNeighbours.cpp
Expand Up @@ -66,7 +66,7 @@ void SumNeighbours::exec()
Mantid::Geometry::IDetector_const_sptr det = inWS->getDetector(0);
// Check if grandparent is rectangular detector
boost::shared_ptr<const Geometry::IComponent> parent = det->getParent();
boost::shared_ptr<const RectangularDetector> rect = NULL;
boost::shared_ptr<const RectangularDetector> rect;

if(parent)
{
Expand Down

0 comments on commit b8f1a5b

Please sign in to comment.