Skip to content

Commit

Permalink
refs #9194. Missing method in test class.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Mar 31, 2014
1 parent b49329e commit 8c71a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/MDEvents/test/FitMDTest.h
Expand Up @@ -46,6 +46,7 @@ class IMDWorkspaceTesterIterator: public IMDIterator
virtual signal_t getInnerError(size_t ) const {return 0;}
virtual bool getIsMasked() const {return false;}
virtual std::vector<size_t> findNeighbourIndexes() const {throw std::runtime_error("findNeighbourIndexes not implemented on IMDWorkspaceTesterIterator");}
virtual size_t getLinearIndex() const {throw std::runtime_error("getLinearIndex not implemented on IMDWorkspaceTesterIterator");}
};

class IMDWorkspaceTester: public WorkspaceTester
Expand Down

0 comments on commit 8c71a11

Please sign in to comment.