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
4bb67770
Commit
4bb67770
authored
Dec 07, 2017
by
Morag Williams
Browse files
Readding line, it was needed after all
parent
654a04de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithms/Alignment/Alignment.cpp
View file @
4bb67770
...
...
@@ -49,6 +49,7 @@ void Alignment::initialise() {
// During run, just pick up tracks and save them till the end
StatusCode
Alignment
::
run
(
Clipboard
*
clipboard
)
{
auto
detector
=
get_detector
(
detectorToAlign
);
// Get the tracks
Tracks
*
tracks
=
(
Tracks
*
)
clipboard
->
get
(
"tracks"
);
if
(
tracks
==
NULL
)
{
...
...
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