Changeset 519b83 for pcp/src/perturbed.h


Ignore:
Timestamp:
Apr 22, 2008, 11:48:46 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
473c2b
Parents:
f91abc
Message:

ShiftGaugeOrigin(): now takes whole vector as second argument (as index is given in the third anyway!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/perturbed.h

    rf91abc r519b83  
    4242void PlotVectorPlane(struct Problem *P, int B_Index, int n_orth);
    4343void ReadSrcPerturbedPsis(struct Problem *P, enum PsiTypeTag type);
    44 inline double ShiftGaugeOrigin(struct Problem *P, double r, const int index);
     44inline double ShiftGaugeOrigin(struct Problem *P, double r[NDIM], const int index);
    4545inline double sawtooth(struct Lattice *Lat, const double L, const int index);
    4646inline void MinImageConv(struct Lattice *Lat, const double R[NDIM], const double r[NDIM], double *result);
Note: See TracChangeset for help on using the changeset viewer.