Skip to content

Commit

Permalink
Refs #5827 try build the LinearScale class
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Aug 31, 2012
1 parent 8f9fc4e commit 411b312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set ( SRC_FILES
# src/GridDomain.cpp
# src/GridDomain1D.cpp
# src/TransformScaleFactory.cpp
# src/LinearScale.cpp
src/LinearScale.cpp
# src/LogarithmScale.cpp
src/Algorithm.cpp
src/AlgorithmFactory.cpp
Expand Down Expand Up @@ -119,7 +119,7 @@ set ( INC_FILES
# inc/MantidAPI/GridDomain1D.h
inc/MantidAPI/ITransformScale.h
# inc/MantidAPI/TransformScaleFactory.h
# inc/MantidAPI/LinearScale.h
inc/MantidAPI/LinearScale.h
# inc/MantidAPI/LogarithmScale.h
inc/MantidAPI/Algorithm.h
inc/MantidAPI/AlgorithmFactory.h
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/src/LinearScale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Mantid
namespace API
{

DECLARE_TRANSFORMSCALE(LinearScale);
//DECLARE_TRANSFORMSCALE(LinearScale);

/* Transform the grid to adopt a linear scale
* @param gd a grid object
Expand Down

0 comments on commit 411b312

Please sign in to comment.