Skip to content

Commit

Permalink
refs #4401 missed modification added
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 25, 2012
1 parent 91e4acd commit 0719e61
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ class ConvertToMDEventsTestPerformance : public CxxTest::TestSuite
Mantid::API::MatrixWorkspace_sptr inWsEv;
// static Mantid::Kernel::Logger &g_log;
std::auto_ptr<API::Progress > pProg;
std::auto_ptr<IConvertToMDEventsMethods> pConvMethods;
PreprocessedDetectors det_loc;
std::auto_ptr<IConvertToMDEventsWS> pConvMethods;
ConvToMDPreprocDetectors det_loc;

public:
static ConvertToMDEventsTestPerformance *createSuite() { return new ConvertToMDEventsTestPerformance(); }
static void destroySuite(ConvertToMDEventsTestPerformance * suite) { delete suite; }

void test_EventNoUnitsConv()
{
pConvMethods = std::auto_ptr<IConvertToMDEventsMethods>(new ConvertToMDEventsWS<EventWSType,Q3D,Direct,ConvertNo,CrystType>());
pConvMethods = std::auto_ptr<IConvertToMDEventsWS>(new ConvertToMDEventsWS<EventWSType,Q3D,Direct,ConvertNo,CrystType>());
}


Expand Down

0 comments on commit 0719e61

Please sign in to comment.