Mentions légales du service

Skip to content
Snippets Groups Projects
Commit da4e1071 authored by hhakim's avatar hhakim
Browse files

Fix in MatButterfly missing default ctor call needed for a proper ini.

It fixes a bug in MatButterfly<FPP, GPU2>::clone (cf.  test_matbutterfly_gpu.cpp.in)
parent 89c61d60
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ namespace Faust ...@@ -27,7 +27,7 @@ namespace Faust
{ {
} }
MatButterfly(const MatButterfly<FPP, GPU2>& bmat) MatButterfly(const MatButterfly<FPP, GPU2>& bmat) : MatButterfly()
{ {
*this = bmat; *this = bmat;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment