Mentions légales du service

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

Replace the use of TransformHelperButterfly::fourierFaust by...

Replace the use of TransformHelperButterfly::fourierFaust by TransformHelper::fourierFaustOpt in pyfaust wrapper cpp code.
parent 31a41511
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ template<typename FPP, FDevice DEV>
{
Faust::TransformHelper<FPP, DEV>* th;
if(diag_opt)
th = Faust::TransformHelperButterfly<FPP,DEV>::fourierFaust(n, norma);
th = Faust::TransformHelper<FPP,DEV>::fourierFaustOpt(n, norma);
else
th = Faust::TransformHelper<FPP,DEV>::fourierFaust(n, norma);
if(!th) return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment