Skip to content

Commit

Permalink
Remove Gaussian1D, Gaussian1D2 & Linear re #7072
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen authored and keithnbrown committed Oct 25, 2013
1 parent 302d6bf commit 7180ecf
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 872 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <cxxtest/TestSuite.h>
#include "MantidAlgorithms/CalculateFlatBackground.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidCurveFitting/Linear.h"
#include "MantidAPI/FrameworkManager.h"
#include "MantidKernel/MersenneTwister.h"
#include <boost/lexical_cast.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "MantidDataHandling/LoadInstrument.h"
#include "MantidAlgorithms/ConvertUnits.h"
#include "MantidAlgorithms/CropWorkspace.h"
#include "MantidCurveFitting/Linear.h"
#include "MantidTestHelpers/SANSInstrumentCreationHelper.h"

using namespace Mantid::API;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "MantidDataHandling/LoadRaw3.h"
#include "MantidAlgorithms/Rebin.h"
#include "MantidAlgorithms/ConvertUnits.h"
#include "MantidCurveFitting/Linear.h"
#include "MantidKernel/UnitFactory.h"
#include "MantidTestHelpers/WorkspaceCreationHelper.h"
#include "MantidTestHelpers/SANSInstrumentCreationHelper.h"
Expand Down
8 changes: 0 additions & 8 deletions Code/Mantid/Framework/CurveFitting/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ set ( SRC_FILES
src/GausDecay.cpp
src/GausOsc.cpp
src/Gaussian.cpp
src/Gaussian1D.cpp
src/Gaussian1D2.cpp
src/GaussianComptonProfile.cpp
src/GramCharlierComptonProfile.cpp
src/IkedaCarpenterPV.cpp
Expand All @@ -50,7 +48,6 @@ set ( SRC_FILES
src/LeBailFunction.cpp
src/LevenbergMarquardtMDMinimizer.cpp
src/LevenbergMarquardtMinimizer.cpp
src/Linear.cpp
src/LinearBackground.cpp
src/LogNormal.cpp
src/Lorentzian.cpp
Expand Down Expand Up @@ -142,8 +139,6 @@ set ( INC_FILES
inc/MantidCurveFitting/GausDecay.h
inc/MantidCurveFitting/GausOsc.h
inc/MantidCurveFitting/Gaussian.h
inc/MantidCurveFitting/Gaussian1D.h
inc/MantidCurveFitting/Gaussian1D2.h
inc/MantidCurveFitting/GaussianComptonProfile.h
inc/MantidCurveFitting/GramCharlierComptonProfile.h
inc/MantidCurveFitting/IkedaCarpenterPV.h
Expand All @@ -153,7 +148,6 @@ set ( INC_FILES
inc/MantidCurveFitting/LeBailFunction.h
inc/MantidCurveFitting/LevenbergMarquardtMDMinimizer.h
inc/MantidCurveFitting/LevenbergMarquardtMinimizer.h
inc/MantidCurveFitting/Linear.h
inc/MantidCurveFitting/LinearBackground.h
inc/MantidCurveFitting/LogNormal.h
inc/MantidCurveFitting/Lorentzian.h
Expand Down Expand Up @@ -230,7 +224,6 @@ set ( TEST_FILES
GSLMatrixTest.h
GausDecayTest.h
GausOscTest.h
Gaussian1DTest.h
GaussianComptonProfileTest.h
GaussianTest.h
GramCharlierComptonProfileTest.h
Expand All @@ -241,7 +234,6 @@ set ( TEST_FILES
LevenbergMarquardtMDTest.h
LevenbergMarquardtTest.h
LinearBackgroundTest.h
LinearTest.h
LogNormalTest.h
Lorentzian1DTest.h
LorentzianTest.h
Expand Down

This file was deleted.

This file was deleted.

95 changes: 0 additions & 95 deletions Code/Mantid/Framework/CurveFitting/inc/MantidCurveFitting/Linear.h

This file was deleted.

0 comments on commit 7180ecf

Please sign in to comment.