Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
7ca4e5fe
Commit
7ca4e5fe
authored
Jan 20, 2020
by
Morag Jean Williams
Browse files
Removing cout statement from Track.cpp causing unnecessary terminal output
parent
f2780041
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/objects/Track.cpp
View file @
7ca4e5fe
...
...
@@ -25,7 +25,6 @@ Track::Track(const Track& track) : Object(track.detectorID(), track.timestamp())
m_residual
=
track
.
m_residual
;
m_kink
=
track
.
m_kink
;
m_corrections
=
track
.
m_corrections
;
std
::
cout
<<
m_corrections
.
size
()
<<
std
::
endl
;
}
void
Track
::
addCluster
(
const
Cluster
*
cluster
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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