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
b378c887
Commit
b378c887
authored
May 12, 2022
by
Pawel Sznajder
Browse files
add additional printout
parent
0cca6c53
Changes
1
Show whitespace changes
Inline
Side-by-side
src/partons/modules/observable/DDVCS/cross_section/DDVCSCrossSectionTotal.cpp
View file @
b378c887
...
...
@@ -256,6 +256,7 @@ double DDVCSCrossSectionTotal::DDVCSCrossSectionTotalFunction(double* kin,
res
*=
norm
;
err
*=
norm
;
std
::
cout
<<
params
->
m_xB
<<
' '
<<
params
->
m_t
<<
' '
<<
params
->
m_Q2
<<
' '
<<
params
->
m_Q2Prim
<<
std
::
endl
;
std
::
cout
<<
res
<<
" "
<<
err
<<
std
::
endl
;
}
...
...
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