Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
5f6f24a5
Commit
5f6f24a5
authored
Jan 26, 2021
by
Jason Wu
Browse files
EDDPolnMerge.hpp update
parent
6ced6c36
Pipeline
#92228
failed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/EDDPolnMerge.hpp
View file @
5f6f24a5
...
...
@@ -12,7 +12,7 @@ namespace edd {
class
EDDPolnMerge
{
public:
EDDPolnMerge
(
std
::
size_t
nsamps_per_heap
,
std
::
size_t
npol
,
DadaWriteClient
&
writer
);
EDDPolnMerge
(
std
::
size_t
nsamps_per_heap
,
std
::
size_t
npol
,
std
::
size_t
nthreads
,
DadaWriteClient
&
writer
);
~
EDDPolnMerge
();
/**
...
...
@@ -38,7 +38,8 @@ public:
private:
std
::
size_t
_nsamps_per_heap
;
std
::
size_t
_npol
;
std
::
size_t
_npol
;
std
::
size_t
_nthreads
;
DadaWriteClient
&
_writer
;
};
...
...
Write
Preview
Markdown
is supported
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