Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-edelen_a
src
Commits
9154006c
Commit
9154006c
authored
Nov 06, 2018
by
snuverink_j
Browse files
fix output messages
parent
cf38bb2b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/Classic/AbsBeamline/CCollimator.cpp
src/Classic/AbsBeamline/CCollimator.cpp
+1
-1
src/Classic/AbsBeamline/FlexibleCollimator.cpp
src/Classic/AbsBeamline/FlexibleCollimator.cpp
+1
-1
src/Classic/AbsBeamline/Stripper.cpp
src/Classic/AbsBeamline/Stripper.cpp
+1
-1
No files found.
src/Classic/AbsBeamline/CCollimator.cpp
View file @
9154006c
...
...
@@ -178,7 +178,7 @@ void CCollimator::finalise()
{
if
(
online_m
)
goOffline
();
*
gmsg
<<
"* Finalize
probe"
<<
endl
;
*
gmsg
<<
"* Finalize
cyclotron collimator "
<<
getName
()
<<
endl
;
}
void
CCollimator
::
goOnline
(
const
double
&
)
{
...
...
src/Classic/AbsBeamline/FlexibleCollimator.cpp
View file @
9154006c
...
...
@@ -156,7 +156,7 @@ void FlexibleCollimator::finalise()
{
if
(
online_m
)
goOffline
();
*
gmsg
<<
"* Finalize
probe"
<<
endl
;
*
gmsg
<<
"* Finalize
flexible collimator "
<<
getName
()
<<
endl
;
}
void
FlexibleCollimator
::
goOnline
(
const
double
&
)
{
...
...
src/Classic/AbsBeamline/Stripper.cpp
View file @
9154006c
...
...
@@ -125,7 +125,7 @@ void Stripper::initialise(PartBunchBase<double, 3> *bunch) {
}
void
Stripper
::
finalise
()
{
*
gmsg
<<
"* Finalize
probe"
<<
endl
;
*
gmsg
<<
"* Finalize
stripper "
<<
getName
()
<<
endl
;
}
bool
Stripper
::
bends
()
const
{
...
...
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