diff --git a/include/matx/operators/pwelch.h b/include/matx/operators/pwelch.h index d48d65f39..dbc85a5a8 100644 --- a/include/matx/operators/pwelch.h +++ b/include/matx/operators/pwelch.h @@ -49,12 +49,12 @@ namespace matx index_t nperseg_; index_t noverlap_; index_t nfft_; - std::array out_dims_; - mutable matx::tensor_t tmp_out_; + std::array out_dims_; + mutable matx::tensor_t tmp_out_; public: using matxop = bool; - using scalar_type = typename OpX::scalar_type; + using scalar_type = typename OpX::scalar_type::value_type; using matx_transform_op = bool; using pwelch_xform_op = bool;