summaryrefslogtreecommitdiff
path: root/plugins/supereq/Fftsg_fl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/supereq/Fftsg_fl.cpp')
-rw-r--r--plugins/supereq/Fftsg_fl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/supereq/Fftsg_fl.cpp b/plugins/supereq/Fftsg_fl.cpp
index d31d80f6..636f8b8a 100644
--- a/plugins/supereq/Fftsg_fl.cpp
+++ b/plugins/supereq/Fftsg_fl.cpp
@@ -285,6 +285,7 @@ Appendix :
w[] and ip[] are compatible with all routines.
*/
+extern "C" {
void cdft(int n, int isgn, REAL *a, int *ip, REAL *w)
{
@@ -2649,4 +2650,4 @@ void dstsub(int n, REAL *a, int nc, REAL *c)
}
a[m] *= c[0];
}
-
+}