Changeset 79290f for pcp/src/perturbed.h
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
-
pcp/src/perturbed.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/perturbed.h
ra97897 r79290f 12 12 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 … … 36 40 void OutputOrbitalPositions(struct Problem *P, const enum PsiTypeTag type); 37 41 void fft_Psi(struct Problem *P, const fftw_complex *Psi, fftw_real *PsiR, const int index, const int symmetry); 38 inline int cross(const int i, const int j);39 inline int crossed(int i, int j);40 42 void AllocCurrentDensity(struct Density *Dens0); 41 43 void DisAllocCurrentDensity(struct Density *Dens0); 42 44 void PlotVectorPlane(struct Problem *P, int B_Index, int n_orth); 43 45 void ReadSrcPerturbedPsis(struct Problem *P, enum PsiTypeTag type); 44 inline double ShiftGaugeOrigin(struct Problem *P, double r[NDIM], const int index); 45 inline double sawtooth(struct Lattice *Lat, double L[NDIM], const int index); 46 inline void MinImageConv(struct Lattice *Lat, const double R[NDIM], const double r[NDIM], double *result); 46 double ShiftGaugeOrigin(struct Problem *P, double r[NDIM], const int index); 47 #ifdef HAVE_INLINE 48 inline double sawtooth(struct Lattice *Lat, double L[NDIM], const int index); 49 inline void MinImageConv(struct Lattice *Lat, const double R[NDIM], const double r[NDIM], double *result); 50 inline int cross(const int i, const int j); 51 inline int crossed(int i, int j); 52 #else 53 double sawtooth(struct Lattice *Lat, double L[NDIM], const int index); 54 void MinImageConv(struct Lattice *Lat, const double R[NDIM], const double r[NDIM], double *result); 55 int cross(const int i, const int j); 56 int crossed(int i, int j); 57 #endif 47 58 void test_fft_symmetry(struct Problem *P, const int l); 48 59 void test_rxp(struct Problem *P);
Note:
See TracChangeset
for help on using the changeset viewer.
