summaryrefslogtreecommitdiff
path: root/graphics/asymptote/fftw++asy.cc
blob: 458c6b07ee0048b9d24efda29a9c6cc54d4078f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef HAVE_LIBFFTW3
#include "fftw++.h"
#include "fftw++.cc"

extern "C" double __log_finite(double x) {return log(x);}

#endif