Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons
Commits
ef004060
Commit
ef004060
authored
Sep 09, 2020
by
Pawel Sznajder
Browse files
correct cases selection of x vs. xi ranges in GPDGK19COMPASS
parent
2f622853
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partons/modules/gpd/GPDGK19COMPASS.cpp
View file @
ef004060
...
...
@@ -286,7 +286,7 @@ PartonDistribution GPDGK19COMPASS::computeHt() {
// &error1Dd);
integration1Dd
=
integrate
(
m_pint_HtDown
,
(
-
m_x
-
m_xi
)
/
(
1.
-
m_xi
),
(
-
m_x
+
m_xi
)
/
(
1.
+
m_xi
),
parAlpha2
);
}
else
if
(
m_x
<
=
m_xi
)
{
}
else
if
(
m_x
<
m_xi
)
{
// gsl_integration_qags(&gslFunctionHt1Da, accuracy,
// (m_x + m_xi) / (1. + m_xi), 0, 1e-4, 10000, w, &integration1Da,
// &error1Da);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment