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
21946f73
Commit
21946f73
authored
Oct 25, 2017
by
Daniel Hynds
Browse files
removed debug output
parent
b2bc159c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/Analysis.cpp
View file @
21946f73
...
...
@@ -100,7 +100,6 @@ void Analysis::load_detectors() {
// Finally, sort the list of detectors by z position (from lowest to highest)
std
::
sort
(
detectors
.
begin
(),
detectors
.
end
(),
[](
Detector
*
det1
,
Detector
*
det2
){
return
det1
->
displacementZ
()
<
det2
->
displacementZ
();});
for
(
auto
&
detector
:
detectors
)
LOG
(
WARNING
)
<<
detector
->
name
();
}
void
Analysis
::
load_algorithms
()
{
...
...
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