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-example
Commits
b972eb7d
Commit
b972eb7d
authored
Sep 13, 2017
by
Pawel Sznajder
Browse files
Change misleading MuF/R to MuF/R2 in examples
parent
adbdd088
Changes
1
Show whitespace changes
Inline
Side-by-side
src/examples.cpp
View file @
b972eb7d
...
...
@@ -37,7 +37,7 @@ void computeSingleKinematicsForGPD() {
PARTONS
::
Partons
::
getInstance
()
->
getModuleObjectFactory
()
->
newGPDModule
(
PARTONS
::
GPDMMS13
::
classId
);
// Create a GPDKinematic(x, xi, t, MuF, MuR) to compute
// Create a GPDKinematic(x, xi, t, MuF
2
, MuR
2
) to compute
PARTONS
::
GPDKinematic
gpdKinematic
(
0.1
,
0.2
,
-
0.1
,
2.
,
2.
);
// Run computation
...
...
@@ -402,7 +402,7 @@ void changeIntegrationRoutine() {
PARTONS
::
MathIntegratorModule
::
PARAM_NAME_INTEGRATOR_TYPE
,
NumA
::
IntegratorType1D
::
GK21_ADAPTIVE
));
// Create a GPDKinematic(x, xi, t, MuF, MuR) to compute
// Create a GPDKinematic(x, xi, t, MuF
2
, MuR
2
) to compute
PARTONS
::
GPDKinematic
gpdKinematic
(
0.1
,
0.2
,
-
0.1
,
2.
,
2.
);
// Run computation
...
...
Write
Preview
Markdown
is supported
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