Skip to content
Extraits de code Groupes Projets
Valider 6059ca1b rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix compilation without fftw3

parent 5eb10abf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -43,7 +43,7 @@
void FFT::DoTransform (size_t n_samples,float *input,float *output_r,float *output_i,bool inverse) {
if (!IsPowerOfTwo(n_samples))
agi::InternalError(throw "FFT requires power of two input.");
throw agi::InternalError("FFT requires power of two input.");
// Inverse transform
float angle_num = 2.0f * 3.1415926535897932384626433832795f;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter