Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
794b9f08
Commit
794b9f08
authored
May 16, 2019
by
Tobias Winchen
Browse files
Changed default selected bit to correct noise diode flag
parent
788f15cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/src/GatedSpectrometer_cli.cu
View file @
794b9f08
...
...
@@ -117,7 +117,7 @@ int main(int argc, char **argv) {
[
&
selectedSideChannel
](
size_t
in
)
{
selectedSideChannel
=
in
;
}),
"Side channel selected for evaluation."
);
desc
.
add_options
()(
"selected_bit,B"
,
po
::
value
<
size_t
>
()
->
default_value
(
63
)
->
notifier
(
po
::
value
<
size_t
>
()
->
default_value
(
0
)
->
notifier
(
[
&
selectedBit
](
size_t
in
)
{
selectedBit
=
in
;
}),
"Side channel selected for evaluation."
);
desc
.
add_options
()(
"speadheap_size"
,
...
...
Write
Preview
Supports
Markdown
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