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
177b28a0
Commit
177b28a0
authored
Oct 20, 2017
by
Daniel Hynds
Browse files
remove dut from alignment method 0
parent
1bca0fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithms/Alignment.cpp
View file @
177b28a0
...
...
@@ -234,7 +234,8 @@ void Alignment::finalise() {
string
detectorID
=
detector
->
name
();
// Do not align the reference plane
if
(
detectorID
==
m_config
.
get
<
std
::
string
>
(
"reference"
))
{
if
(
detectorID
==
m_config
.
get
<
std
::
string
>
(
"reference"
)
||
detectorID
==
m_config
.
get
<
std
::
string
>
(
"DUT"
))
{
continue
;
}
...
...
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