- renaming of conflicting symbols

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11881 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2015-12-01 09:31:54 +00:00
parent aee925b9c9
commit b6e339a6fd
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@
#include <stdlib.h>
#include <stdio.h>
/* QE specific */
#define fftw_destroy_plan qe_fftw_destroy_plan
#define fftw_create_plan qe_fftw_create_plan
/* ----------- */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */