Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
0b20cb47
Commit
0b20cb47
authored
Jul 15, 2020
by
frey_m
Browse files
Distribution: fix typo
parent
4aaffd18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Distribution/Distribution.cpp
src/Distribution/Distribution.cpp
+3
-3
No files found.
src/Distribution/Distribution.cpp
View file @
0b20cb47
...
...
@@ -2391,7 +2391,7 @@ void Distribution::generateMatchedGauss(const SigmaGenerator::matrix_t& sigma,
* only used for printing
*/
// hori
t
zonal
// horizon
t
al
sigmaR_m
[
0
]
=
std
::
sqrt
(
sigma
(
0
,
0
));
sigmaP_m
[
0
]
=
std
::
sqrt
(
sigma
(
1
,
1
))
*
bgam
;
...
...
@@ -2414,10 +2414,10 @@ void Distribution::generateMatchedGauss(const SigmaGenerator::matrix_t& sigma,
inputMoUnits_m
=
InputMomentumUnitsT
::
NONE
;
/*
* decouple hori
t
zonal and longitudinal direction
* decouple horizon
t
al and longitudinal direction
*/
// extract hori
t
zonal and longitudinal directions
// extract horizon
t
al and longitudinal directions
RealDiracMatrix
::
matrix_t
A
(
4
,
4
);
A
(
0
,
0
)
=
sigma
(
0
,
0
);
A
(
1
,
1
)
=
sigma
(
1
,
1
);
...
...
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