Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfitter
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fitters
xfitter
Merge requests
!164
Bug fix: call parent class atIteration() method.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug fix: call parent class atIteration() method.
fix_FONLL_integr
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Alexander Glazov
requested to merge
fix_FONLL_integr
into
master
5 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
See
XFITTER-132
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6055c931
1 commit,
5 years ago
2 files
+
1
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
reactions/FONLL_DISNC/include/ReactionFONLL_DISNC.h
+
0
−
1
Options
@@ -22,7 +22,6 @@ class ReactionFONLL_DISNC : public ReactionBaseDISNC
//ReactionFONLL_DISNC & operator = (const ReactionAFONLL_DISNC &r) { return *(new ReactionFONLL_DISNC(r)); };
virtual
string
getReactionName
()
const
{
return
"FONLL_DISNC"
;
};
virtual
void
atStart
()
override
final
;
virtual
void
atIteration
()
override
final
;
virtual
void
initTerm
(
TermData
*
)
override
final
;
Loading