Skip to content
Snippets Groups Projects
Commit ce38dc12 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

regenerate

parent c900ab75
No related branches found
No related tags found
1 merge request!443get rid of new warnings from gcc-11
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "BORNAGAIN 1" .IX Title "BORNAGAIN 1"
.TH BORNAGAIN 1 "2020-11-23" "perl v5.32.1" "BornAgain manual" .TH BORNAGAIN 1 "2021-03-09" "perl v5.32.1" "BornAgain manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
......
...@@ -1894,6 +1894,30 @@ Update configuration after a fit using the FitResult. ...@@ -1894,6 +1894,30 @@ Update configuration after a fit using the FitResult.
"; ";
   
   
// File: classFitOptions.xml
%feature("docstring") FitOptions "
General fitting options.
C++ includes: FitOptions.h
";
%feature("docstring") FitOptions::FitOptions "FitOptions::FitOptions()
";
%feature("docstring") FitOptions::derivEpsilon "double FitOptions::derivEpsilon() const
";
%feature("docstring") FitOptions::setDerivEpsilon "void FitOptions::setDerivEpsilon(double deriv_epsilon)
";
%feature("docstring") FitOptions::stepFactor "double FitOptions::stepFactor() const
";
%feature("docstring") FitOptions::setStepFactor "void FitOptions::setStepFactor(double step_factor)
";
// File: classROOT_1_1Fit_1_1FitResult.xml // File: classROOT_1_1Fit_1_1FitResult.xml
%feature("docstring") ROOT::Fit::FitResult " %feature("docstring") ROOT::Fit::FitResult "
   
...@@ -12556,22 +12580,22 @@ Retrieve the dimension of the function ...@@ -12556,22 +12580,22 @@ Retrieve the dimension of the function
// File: namespace_0d217.xml // File: namespace_0d217.xml
   
   
// File: namespace_0d227.xml // File: namespace_0d229.xml
   
   
// File: namespace_0d241.xml // File: namespace_0d243.xml
   
   
// File: namespace_0d243.xml // File: namespace_0d245.xml
   
   
// File: namespace_0d251.xml // File: namespace_0d253.xml
   
   
// File: namespace_0d260.xml // File: namespace_0d262.xml
   
   
// File: namespace_0d273.xml // File: namespace_0d275.xml
   
   
// File: namespace_0d65.xml // File: namespace_0d65.xml
...@@ -14593,6 +14617,12 @@ Decaying sinus from lmfit tutorial. ...@@ -14593,6 +14617,12 @@ Decaying sinus from lmfit tutorial.
// File: SimAnMinimizer_8h.xml // File: SimAnMinimizer_8h.xml
   
   
// File: FitOptions_8cpp.xml
// File: FitOptions_8h.xml
// File: Kernel_8cpp.xml // File: Kernel_8cpp.xml
   
   
......
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