Skip to content

Commit

Permalink
refs #4401 this should return code to working state
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 25, 2012
1 parent b38a654 commit 167a185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/MDAlgorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ set ( INC_FILES
set ( TEST_FILES
# these tests are as they test verify different parts of the CPR algorithms
#test/CobaltSWDTest.h
#test/CreateMDFitWorkspaceTest.h
test/CreateMDFitWorkspaceTest.h
test/AndMDTest.h
test/BooleanBinaryOperationMDTest.h
test/CompareMDWorkspacesTest.h
Expand All @@ -125,7 +125,7 @@ set ( TEST_FILES
test/ConvertToMDEventsTest.h
test/ConvertToMDEventsUnitsConvTest.h
test/ConvertToQ3DdETest.h
# test/ConvertToMDEventsTestPerformance.h
test/ConvertToMDEventsTestPerformance.h
test/DivideMDTest.h
test/EqualToMDTest.h
test/ExponentialMDTest.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@


#include "MantidMDAlgorithms/ConvertToMDEventsParams.h"
#include "MantidMDAlgorithms/IConvertToMDEventsWS.h"
//#include "MantidMDAlgorithms/IConvertToMDEventsWS.h"
#include "MantidMDAlgorithms/ConvertToMDEventsHistoWS.h"
#include "MantidMDAlgorithms/ConvertToMDEventsEventWS.h"


namespace Mantid
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include "MantidMDAlgorithms/ConvertToMDEventsSubalgFactory.h"
#include "MantidMDAlgorithms/ConvertToMDEventsHistoWS.h"
#include "MantidMDAlgorithms/ConvertToMDEventsEventWS.h"



Expand Down

0 comments on commit 167a185

Please sign in to comment.