From e8d6a11c0278e024320ef23a1673ea6b8e958a07 Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Tue, 29 Sep 2015 13:42:13 +0200 Subject: [PATCH] Updates in PythonAPI --- Fit/PythonAPI/src/PythonModule.cpp | 46 +++++++++++++++--------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Fit/PythonAPI/src/PythonModule.cpp b/Fit/PythonAPI/src/PythonModule.cpp index ddc3559c884..5e99d1daad8 100644 --- a/Fit/PythonAPI/src/PythonModule.cpp +++ b/Fit/PythonAPI/src/PythonModule.cpp @@ -5,36 +5,36 @@ GCC_DIAG_OFF(missing-field-initializers) #include "boost/python.hpp" GCC_DIAG_ON(unused-parameter) GCC_DIAG_ON(missing-field-initializers) -#include "IntensityFunctionSqrt.pypp.h" -#include "MinimizerFactory.pypp.h" -#include "IMinimizer.pypp.h" -#include "SquaredFunctionSystematicError.pypp.h" -#include "IntensityNormalizer.pypp.h" -#include "IIntensityFunction.pypp.h" -#include "INamed.pypp.h" -#include "IntensityFunctionLog.pypp.h" -#include "FitSuiteParameters.pypp.h" -#include "AttFitting.pypp.h" -#include "FitParameter.pypp.h" -#include "IntensityScaleAndShiftNormalizer.pypp.h" +#include "FitSuiteObjects.pypp.h" #include "IChiSquaredModule.pypp.h" -#include "FitStrategyAdjustMinimizer.pypp.h" -#include "IFitStrategy.pypp.h" +#include "FitStrategyDefault.pypp.h" +#include "IntensityFunctionLog.pypp.h" +#include "IntensityNormalizer.pypp.h" #include "FitStrategyFixParameters.pypp.h" +#include "FitStrategyAdjustParameters.pypp.h" #include "SquaredFunctionGaussianError.pypp.h" -#include "IIntensityNormalizer.pypp.h" +#include "IFitStrategy.pypp.h" +#include "MinimizerFactory.pypp.h" #include "FitSuite.pypp.h" -#include "FitStrategyAdjustParameters.pypp.h" -#include "ChiSquaredModule.pypp.h" -#include "MinimizerOptions.pypp.h" -#include "SquaredFunctionDefault.pypp.h" -#include "SquaredFunctionMeanSquaredError.pypp.h" +#include "IMinimizer.pypp.h" +#include "IntensityScaleAndShiftNormalizer.pypp.h" #include "ISquaredFunction.pypp.h" -#include "FitStrategyDefault.pypp.h" -#include "FitObject.pypp.h" -#include "FitSuiteObjects.pypp.h" #include "SquaredFunctionSimError.pypp.h" +#include "FitStrategyAdjustMinimizer.pypp.h" +#include "FitParameter.pypp.h" +#include "SquaredFunctionDefault.pypp.h" +#include "ChiSquaredModule.pypp.h" +#include "SquaredFunctionMeanSquaredError.pypp.h" +#include "IIntensityNormalizer.pypp.h" +#include "FitSuiteParameters.pypp.h" #include "FitStrategyReleaseParameters.pypp.h" +#include "MinimizerOptions.pypp.h" +#include "IIntensityFunction.pypp.h" +#include "IntensityFunctionSqrt.pypp.h" +#include "FitObject.pypp.h" +#include "SquaredFunctionSystematicError.pypp.h" +#include "AttFitting.pypp.h" +#include "INamed.pypp.h" BOOST_PYTHON_MODULE(libBornAgainFit){ boost::python::docstring_options doc_options(true, true, false); -- GitLab