Skip to content

Commit

Permalink
Refs #4459 fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Feb 10, 2012
1 parent 4db2fe5 commit 98d8c2a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class RebinningKnowledgeSerializerTest: public CxxTest::TestSuite
throw std::runtime_error("Not Implemented");
}

virtual signal_t getSignalAtCoord(const coord_t * , const Mantid::API::MDNormalization & ) const
{
return 0;
}

//constructor allows a workspace name to be provide.
MockIMDWorkspace(std::string name)
{
Expand Down

0 comments on commit 98d8c2a

Please sign in to comment.