remove dead code
This commit is contained in:
@ -163,11 +163,10 @@ MEAM::alloyparams(void)
|
|||||||
void
|
void
|
||||||
MEAM::compute_pair_meam(void)
|
MEAM::compute_pair_meam(void)
|
||||||
{
|
{
|
||||||
|
double r;
|
||||||
double r, b2nn, phi_val;
|
|
||||||
int j, a, b, nv2;
|
int j, a, b, nv2;
|
||||||
double astar, frac, phizbl;
|
double astar, frac, phizbl;
|
||||||
int n, Z1, Z2;
|
int Z1, Z2;
|
||||||
double arat, rarat, scrn, scrn2;
|
double arat, rarat, scrn, scrn2;
|
||||||
double phiaa, phibb /*unused:,phitmp*/;
|
double phiaa, phibb /*unused:,phitmp*/;
|
||||||
double C, s111, s112, s221, S11, S22;
|
double C, s111, s112, s221, S11, S22;
|
||||||
@ -320,7 +319,7 @@ MEAM::phi_meam(double r, int a, int b)
|
|||||||
double Eu;
|
double Eu;
|
||||||
double arat, scrn, scrn2;
|
double arat, scrn, scrn2;
|
||||||
int Z12, errorflag;
|
int Z12, errorflag;
|
||||||
int n, Z1nn, Z2nn;
|
int Z1nn, Z2nn;
|
||||||
lattice_t latta /*unused:,lattb*/;
|
lattice_t latta /*unused:,lattb*/;
|
||||||
double rho_bkgd1, rho_bkgd2;
|
double rho_bkgd1, rho_bkgd2;
|
||||||
double b11s, b22s;
|
double b11s, b22s;
|
||||||
|
|||||||
Reference in New Issue
Block a user