ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/Hxy.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/staticProps/Hxy.hpp (file contents):
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC vs.
Revision 2753 by gezelter, Tue May 16 20:38:23 2006 UTC

# Line 44 | Line 44
44   *
45   *  Created by Xiuquan Sun on 05/09/06.
46   *  @author  Xiuquan Sun
47 < *  @version $Id: Hxy.hpp,v 1.2 2006-05-16 02:06:37 gezelter Exp $
47 > *  @version $Id: Hxy.hpp,v 1.3 2006-05-16 20:38:23 gezelter Exp $
48   *
49   */
50   #ifndef APPLICATIONS_STATICPROPS_HXY_HPP
51   #define APPLICATIONS_STATICPROPS_HXY_HPP
52  
53 + #include "config.h"
54 +
55 + #if defined(HAVE_FFTW_H) || defined(HAVE_DFFTW_H) || defined(HAVE_FFTW3_H)
56 +
57 + #ifdef HAVE_FFTW_H
58 + #include <fftw.h>
59 + #endif
60 +
61 + #ifdef HAVE_DFFTW_H
62 + #include <dfftw.h>
63 + #endif
64 +
65 + #ifdef HAVE_FFTW3_H
66 + #include <fftw3.h>
67   #define c_re(c) ((c)[0])
68   #define c_im(c) ((c)[1])
69 + #endif
70 + #endif
71  
72   #include "applications/staticProps/RadialDistrFunc.hpp"
73   namespace oopse {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines