Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Winchen
psrdada_cpp
Commits
a5b893c3
Commit
a5b893c3
authored
Aug 27, 2021
by
Tobias Winchen
Browse files
Fix signed/unsigned comparision
parent
34b0cb73
Pipeline
#108563
passed with stages
in 11 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/test/src/GatedSpectrometerTest.cu
View file @
a5b893c3
...
...
@@ -585,7 +585,7 @@ TEST_P(ExecutionTests, SinglePolOutput)
// 3 Block, set value and SCI
raw_buffer
[
122
]
=
int8_t
(
13
);
uint64_t
*
sc_items
=
reinterpret_cast
<
uint64_t
*>
(
raw_buffer
+
params
.
nHeaps
*
heapSize
);
for
(
in
t
i
=
0
;
i
<
params
.
nHeaps
;
i
++
)
for
(
size_
t
i
=
0
;
i
<
params
.
nHeaps
;
i
++
)
SET_BIT
(
sc_items
[
i
],
0
);
EXPECT_NO_THROW
(
spectrometer
(
buff
))
<<
params
.
msg
;
...
...
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