mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-30 05:54:26 -04:00
WDSP: remove wcomplex
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ int RESAMPLE::xresample (RESAMPLE *a)
|
||||
}
|
||||
}
|
||||
else if (a->in != a->out)
|
||||
memcpy (a->out, a->in, a->size * sizeof (wcomplex));
|
||||
std::copy( a->in, a->in + a->size * 2, a->out);
|
||||
return outsamps;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user