Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
LHCb
DaVinci
Merge requests
!687
follow
Rec!2683
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
follow
Rec!2683
chasse_functor_compose
into
master
Overview
2
Commits
1
Pipelines
3
Changes
2
Merged
Christoph Hasse
requested to merge
chasse_functor_compose
into
master
2 years ago
Overview
2
Commits
1
Pipelines
3
Changes
2
Expand
fix functor name:
END_VRho
->
END_VRHO
0
0
Merge request reports
Compare
master
version 1
5aa66b77
2 years ago
master (base)
and
latest version
latest version
aa0217ee
1 commit,
2 years ago
version 1
5aa66b77
1 commit,
2 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py
+
1
−
1
Options
@@ -98,7 +98,7 @@ def all_variables(pvs, DTFR, ptype):
all_vars
[
'
END_VX
'
]
=
F
.
END_VX
all_vars
[
'
END_VY
'
]
=
F
.
END_VY
all_vars
[
'
END_VZ
'
]
=
F
.
END_VZ
all_vars
[
'
END_VR
ho
'
]
=
F
.
END_VR
ho
all_vars
[
'
END_VR
HO
'
]
=
F
.
END_VR
HO
all_vars
[
'
Ds_END_VZ
'
]
=
F
.
CHILD
(
1
,
F
.
END_VZ
)
all_vars
[
'
Delta_END_VZ_DsB0
'
]
=
F
.
CHILD
(
1
,
F
.
END_VZ
)
-
F
.
END_VZ
Loading