Mercurial > hg > octave-lyh
comparison liboctave/oct-fftw.cc @ 9523:0ce82753dd72
more configure changes for libraries
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Aug 2009 18:20:31 -0400 |
parents | fb933db0c517 |
children | 829e69ec3110 |
comparison
equal
deleted
inserted
replaced
9522:e79470be3ecb | 9523:0ce82753dd72 |
---|---|
22 | 22 |
23 #ifdef HAVE_CONFIG_H | 23 #ifdef HAVE_CONFIG_H |
24 #include <config.h> | 24 #include <config.h> |
25 #endif | 25 #endif |
26 | 26 |
27 #if defined (HAVE_FFTW3) | 27 #if defined (HAVE_FFTW) |
28 | 28 |
29 #include <iostream> | 29 #include <iostream> |
30 #include <vector> | 30 #include <vector> |
31 | 31 |
32 #include "lo-error.h" | 32 #include "lo-error.h" |
1017 out[i] /= scale; | 1017 out[i] /= scale; |
1018 | 1018 |
1019 return 0; | 1019 return 0; |
1020 } | 1020 } |
1021 | 1021 |
1022 | |
1023 #endif | 1022 #endif |
1024 | 1023 |
1025 /* | 1024 /* |
1026 ;;; Local Variables: *** | 1025 ;;; Local Variables: *** |
1027 ;;; mode: C++ *** | 1026 ;;; mode: C++ *** |