Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
ce38dc12
Commit
ce38dc12
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
regenerate
parent
c900ab75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!443
get rid of new warnings from gcc-11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
auto/Doc/man/bornagain.1
+1
-1
1 addition, 1 deletion
auto/Doc/man/bornagain.1
auto/Wrap/doxygenFit.i
+36
-6
36 additions, 6 deletions
auto/Wrap/doxygenFit.i
with
37 additions
and
7 deletions
auto/Doc/man/bornagain.1
+
1
−
1
View file @
ce38dc12
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
.\" ========================================================================
.\" ========================================================================
.\"
.\"
.IX Title "BORNAGAIN 1"
.IX Title "BORNAGAIN 1"
.TH BORNAGAIN 1 "202
0-11-23
" "perl v5.32.1" "BornAgain manual"
.TH BORNAGAIN 1 "202
1-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
...
...
This diff is collapsed.
Click to expand it.
auto/Wrap/doxygenFit.i
+
36
−
6
View file @
ce38dc12
...
@@ -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_0d22
7
.xml
// File: namespace_0d22
9
.xml
// File: namespace_0d24
1
.xml
// File: namespace_0d24
3
.xml
// File: namespace_0d24
3
.xml
// File: namespace_0d24
5
.xml
// File: namespace_0d25
1
.xml
// File: namespace_0d25
3
.xml
// File: namespace_0d26
0
.xml
// File: namespace_0d26
2
.xml
// File: namespace_0d27
3
.xml
// File: namespace_0d27
5
.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment