Skip to content

Commit

Permalink
Refs #5827 comment file in CMakelist while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Aug 31, 2012
1 parent cbc370d commit 8d07f04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Code/Mantid/Framework/API/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set ( SRC_FILES
# src/GridDomain.cpp
# src/GridDomain1D.cpp
src/TransformScaleFactory.cpp
src/LinearScale.cpp
src/LogarithmScale.cpp
# src/TransformScaleFactory.cpp
# src/LinearScale.cpp
# src/LogarithmScale.cpp
src/Algorithm.cpp
src/AlgorithmFactory.cpp
src/AlgorithmHasProperty.cpp
Expand Down Expand Up @@ -117,10 +117,10 @@ set ( INC_FILES
# inc/MantidAPI/BoxCtrlChangesInterface.h
# inc/MantidAPI/GridDomain.h
# inc/MantidAPI/GridDomain1D.h
inc/MantidAPI/ITransformScale.h
inc/MantidAPI/TransformScaleFactory.h
inc/MantidAPI/LinearScale.h
inc/MantidAPI/LogarithmScale.h
# inc/MantidAPI/ITransformScale.h
# inc/MantidAPI/TransformScaleFactory.h
# inc/MantidAPI/LinearScale.h
# inc/MantidAPI/LogarithmScale.h
inc/MantidAPI/Algorithm.h
inc/MantidAPI/AlgorithmFactory.h
inc/MantidAPI/AlgorithmHasProperty.h
Expand Down

0 comments on commit 8d07f04

Please sign in to comment.