Change all C to C++ outside of TNG
[alexxy/gromacs.git] / src / external / fftpack / fftpack.h
index 7a5b10d926bc79cf5ea6fef61a1a284473fa0707..92d024d9c721488618360f68091a8e7daf3f7bc8 100644 (file)
 #ifndef _fftpack_h
 #define _fftpack_h
 
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #if GMX_DOUBLE
 #define Treal double
 #else
@@ -54,8 +48,4 @@ extern "C" {
     void fftpack_rfftf1(int n, Treal c[], Treal ch[], const Treal wa[], const int ifac[]);
     void fftpack_rfftb1(int n, Treal c[], Treal ch[], const Treal wa[], const int ifac[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif