Skip to content

Commit

Permalink
refs #4401 Trying to disable all offending code
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 24, 2012
1 parent c9bc454 commit 2acd679
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Code/Mantid/Framework/MDAlgorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set ( SRC_FILES
src/CompositeImplicitFunction.cpp
src/CompositeImplicitFunctionParser.cpp
src/ConvertToDetectorFaceMD.cpp
src/ConvertToMDEvents.cpp
src/ConvertToMDEventsParams.cpp
src/ConvertToMDEventsSubalgFactory.cpp
# src/ConvertToMDEvents.cpp
# src/ConvertToMDEventsParams.cpp
# src/ConvertToMDEventsSubalgFactory.cpp
src/DivideMD.cpp
src/EqualToMD.cpp
src/ExponentialMD.cpp
Expand Down Expand Up @@ -62,17 +62,17 @@ set ( INC_FILES
inc/MantidMDAlgorithms/CompositeImplicitFunction.h
inc/MantidMDAlgorithms/CompositeImplicitFunctionParser.h
inc/MantidMDAlgorithms/ConvertToDetectorFaceMD.h
inc/MantidMDAlgorithms/ConvertToMDEvents.h
inc/MantidMDAlgorithms/ConvertToMDEventsDetInfo.h
inc/MantidMDAlgorithms/ConvertToMDEventsEventWS.h
inc/MantidMDAlgorithms/ConvertToMDEventsHistoWS.h
inc/MantidMDAlgorithms/ConvertToMDEventsParams.h
inc/MantidMDAlgorithms/ConvertToMDEventsSubalgFactory.h
inc/MantidMDAlgorithms/ConvertToMDEventsTransfInterface.h
inc/MantidMDAlgorithms/ConvertToMDEventsTransfModQ.h
inc/MantidMDAlgorithms/ConvertToMDEventsTransfNoQ.h
inc/MantidMDAlgorithms/ConvertToMDEventsTransfQ3D.h
inc/MantidMDAlgorithms/ConvertToMDEventsUnitsConv.h
# inc/MantidMDAlgorithms/ConvertToMDEvents.h
# inc/MantidMDAlgorithms/ConvertToMDEventsDetInfo.h
# inc/MantidMDAlgorithms/ConvertToMDEventsEventWS.h
# inc/MantidMDAlgorithms/ConvertToMDEventsHistoWS.h
# inc/MantidMDAlgorithms/ConvertToMDEventsParams.h
# inc/MantidMDAlgorithms/ConvertToMDEventsSubalgFactory.h
# inc/MantidMDAlgorithms/ConvertToMDEventsTransfInterface.h
# inc/MantidMDAlgorithms/ConvertToMDEventsTransfModQ.h
# inc/MantidMDAlgorithms/ConvertToMDEventsTransfNoQ.h
# inc/MantidMDAlgorithms/ConvertToMDEventsTransfQ3D.h
# inc/MantidMDAlgorithms/ConvertToMDEventsUnitsConv.h
inc/MantidMDAlgorithms/DivideMD.h
inc/MantidMDAlgorithms/EqualToMD.h
inc/MantidMDAlgorithms/ExponentialMD.h
Expand Down Expand Up @@ -116,16 +116,16 @@ set ( TEST_FILES
test/AndMDTest.h
test/BooleanBinaryOperationMDTest.h
test/CompareMDWorkspacesTest.h
test/ConvertEventsToMDEventsTest.h
test/ConvertToDetectorFaceMDTest.h
test/ConvertToMDEventsCoordTransfTest.h
test/ConvertToMDEventsMethodsTest.h
test/ConvertToMDEventsParamsTest.h
test/ConvertToMDEventsSubalgFactoryTest.h
test/ConvertToMDEventsTest.h
test/ConvertToMDEventsUnitsConvTest.h
test/ConvertToQ3DdETest.h
test/ConvertToMDEventsTestPerformance.h
# test/ConvertEventsToMDEventsTest.h
# test/ConvertToDetectorFaceMDTest.h
# test/ConvertToMDEventsCoordTransfTest.h
# test/ConvertToMDEventsMethodsTest.h
# test/ConvertToMDEventsParamsTest.h
# test/ConvertToMDEventsSubalgFactoryTest.h
# test/ConvertToMDEventsTest.h
# test/ConvertToMDEventsUnitsConvTest.h
# test/ConvertToQ3DdETest.h
# test/ConvertToMDEventsTestPerformance.h
test/DivideMDTest.h
test/EqualToMDTest.h
test/ExponentialMDTest.h
Expand Down

0 comments on commit 2acd679

Please sign in to comment.