Skip to content

Commit

Permalink
Move ProcessBackground to CurveFitting. Refs #5306.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Aug 10, 2012
1 parent 0d95e87 commit c0c50fd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/Framework/Algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ set ( SRC_FILES
src/PolynomialCorrection.cpp
src/Power.cpp
src/PowerLawCorrection.cpp
src/ProcessBackground.cpp
src/Q1D.cpp
src/Q1D2.cpp
src/Q1DWeighted.cpp
Expand Down Expand Up @@ -336,7 +335,6 @@ set ( INC_FILES
inc/MantidAlgorithms/PolynomialCorrection.h
inc/MantidAlgorithms/Power.h
inc/MantidAlgorithms/PowerLawCorrection.h
inc/MantidAlgorithms/ProcessBackground.h
inc/MantidAlgorithms/Q1D.h
inc/MantidAlgorithms/Q1D2.h
inc/MantidAlgorithms/Q1DWeighted.h
Expand Down Expand Up @@ -516,7 +514,6 @@ set ( TEST_FILES
test/PolynomialCorrectionTest.h
test/PowerLawCorrectionTest.h
test/PowerTest.h
test/ProcessBackgroundTest.h
test/Q1D2Test.h
test/Q1DTest.h
test/Q1DWeightedTest.h
Expand Down
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/CurveFitting/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ set ( SRC_FILES
src/ParDomain.cpp
src/PlotPeakByLogValue.cpp
src/Polynomial.cpp
src/ProcessBackground.cpp
src/ProductFunction.cpp
src/ProductLinearExp.cpp
src/ProductQuadraticExp.cpp
Expand Down Expand Up @@ -127,6 +128,7 @@ set ( INC_FILES
inc/MantidCurveFitting/ParDomain.h
inc/MantidCurveFitting/PlotPeakByLogValue.h
inc/MantidCurveFitting/Polynomial.h
inc/MantidCurveFitting/ProcessBackground.h
inc/MantidCurveFitting/ProductFunction.h
inc/MantidCurveFitting/ProductLinearExp.h
inc/MantidCurveFitting/ProductQuadraticExp.h
Expand Down Expand Up @@ -189,6 +191,7 @@ set ( TEST_FILES
test/PRConjugateGradientTest.h
test/PlotPeakByLogValueTest.h
test/PolynomialTest.h
test/ProcessBackgroundTest.h
test/ProductFunctionTest.h
test/ProductLinearExpTest.h
test/ProductQuadraticExpTest.h
Expand Down

0 comments on commit c0c50fd

Please sign in to comment.