Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Sherpa Team
sherpa
Commits
06f02f97
Commit
06f02f97
authored
Jan 12, 2013
by
Hendrik Hoeth
Browse files
undo the METS mu_F patch
parent
9a75cc8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
PHASIC++/Scales/METS_Scale_Setter.C
PHASIC++/Scales/METS_Scale_Setter.C
+7
-0
No files found.
PHASIC++/Scales/METS_Scale_Setter.C
View file @
06f02f97
...
...
@@ -266,6 +266,13 @@ double METS_Scale_Setter::Calculate
-
momenta
[
i
][
2
],
-
momenta
[
i
][
3
]);
}
if
(
mode
==
0
)
return
CalculateMyScale
(
momenta
,
mode
);
if
(
m_mode
==
2
||
(
m_mode
==
1
&&
!
p_caller
->
LookUp
()))
{
p_caller
->
Integrator
()
->
SetMomenta
(
momenta
);
p_caller
->
Integrator
()
->
SwapInOrder
();
double
muf2
(
CalculateMyScale
(
p_caller
->
Integrator
()
->
Momenta
(),
1
));
p_caller
->
Integrator
()
->
RestoreInOrder
();
return
muf2
;
}
return
m_scale
[
stp
::
fac
];
}
...
...
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