Skip to content
Snippets Groups Projects
Commit e8d6a11c authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Updates in PythonAPI

parent 7f6a635c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment