Skip to content
Snippets Groups Projects
Commit f620a7d5 authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

Merge branch 'remove-dpbuffer-complex' into 'master'

Remove unused DPBuffer::Complex type

See merge request RD/DP3!1130
parents 0f6a3009 bd738002
No related branches found
No related tags found
1 merge request!1130Remove unused DPBuffer::Complex type
Pipeline #55664 passed
...@@ -91,8 +91,6 @@ namespace base { ...@@ -91,8 +91,6 @@ namespace base {
/// the DPBuffer it receives and forward the updated buffer to the next Step. /// the DPBuffer it receives and forward the updated buffer to the next Step.
class DPBuffer { class DPBuffer {
public: public:
using Complex = std::complex<float>;
// Return types for Get* functions. // Return types for Get* functions.
using DataType = aocommon::xt::UTensor<std::complex<float>, 3>; using DataType = aocommon::xt::UTensor<std::complex<float>, 3>;
using WeightsType = xt::xtensor<float, 3>; using WeightsType = xt::xtensor<float, 3>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment