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
bde6db9d
Commit
bde6db9d
authored
Jul 03, 2017
by
snuverink_j
Browse files
fix spelling (test commit)
parent
4768386e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/AbstractObjects/Object.h
src/AbstractObjects/Object.h
+1
-1
src/Algorithms/ParallelCyclotronTracker.cpp
src/Algorithms/ParallelCyclotronTracker.cpp
+4
-4
No files found.
src/AbstractObjects/Object.h
View file @
bde6db9d
...
...
@@ -120,7 +120,7 @@ public:
virtual
void
printValue
(
std
::
ostream
&
)
const
;
/// Print help.
// Print help information for [b]this[/b] on the
given
output stream.
// Print help information for [b]this[/b] on the
default
output stream
(argument not used)
.
virtual
void
printHelp
(
std
::
ostream
&
)
const
;
/// Replace references.
...
...
src/Algorithms/ParallelCyclotronTracker.cpp
View file @
bde6db9d
...
...
@@ -2688,8 +2688,8 @@ void ParallelCyclotronTracker::Tracker_MTS() {
if
(
numBunch_m
>
1
)
{
if
((
BunchCount_m
==
1
)
&&
(
multiBunchMode_m
==
2
)
&&
(
!
flagTransition
))
{
if
(
step_m
==
stepsNextCheck
)
{
// under 3 conditions, following code will be execute
// to check the distance between two neighbor
r
ing bunches
// under 3 conditions, following code will be execute
d
// to check the distance between two neighboring bunches
// 1.multi-bunch mode, AUTO sub-mode
// 2.After each revolution
// 3.only one bunch exists
...
...
@@ -2718,7 +2718,7 @@ void ParallelCyclotronTracker::Tracker_MTS() {
}
}
else
if
(
SteptoLastInj
==
itsBunch
->
getStepsPerTurn
()
-
1
)
{
if
(
BunchCount_m
<
numBunch_m
)
{
// under 4 conditions, following code will be execute
// under 4 conditions, following code will be execute
d
// to read new bunch from hdf5 format file for FORCE or AUTO mode
// 1.multi-bunch mode
// 2.after each revolution
...
...
@@ -2821,7 +2821,7 @@ void ParallelCyclotronTracker::Tracker_MTS() {
<<
" "
<<
variable_m
[
2
]
<<
" "
<<
variable_m
[
5
]
<<
std
::
endl
;
}
// FixMe: should be defined el
e
sewhere !
// FixMe: should be defined elsewhere !
// define 3 special azimuthal angles where dump particle's six parameters at each turn into 3 ASCII files.
const
double
azimuth_angle0
=
0.0
;
const
double
azimuth_angle1
=
22.5
/
180.0
*
pi
;
...
...
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