Changeset 7853f74


Ignore:
Timestamp:
Apr 21, 2008, 2:19:25 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
b76b97
Parents:
f7754e
git-author:
Frederik Heber <heber@…> (04/18/08 15:32:02)
git-committer:
Frederik Heber <heber@…> (04/21/08 14:19:25)
Message:

declarations of CalcSE_GC() and DensityGradient() added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pcp/src/excor.h

    rf7754e r7853f74  
    4747double CalcZeta(struct ExCor *EC, double pUp, double pDown);
    4848double CalcSEXr(struct ExCor *EC, double rsUp, double rsDown, double pUp, double pDown);
     49double CalcSE_GC(struct ExCor *EC, double p, double Dp);
    4950double CalcSVVXr(struct ExCor *EC, double rs, enum SpinType ST);
    5051double CalcSVVVXr(struct ExCor *EC, double rs, enum SpinType ST);
     
    5758void CalculateXCPotentialNoRT(struct Problem *P, fftw_real *HGR);
    5859double CalculateXCddEddt0NoRT(struct Problem *P, fftw_real *PsiCD);
     60double DensityGradient(fftw_real *density, int i, struct LatticeLevel *Lev, struct Lattice *Lat);
    5961#endif
Note: See TracChangeset for help on using the changeset viewer.