mirror of https://github.com/lammps/lammps.git
remove dead code
This commit is contained in:
parent
fe04147ee0
commit
ab8215a669
|
@ -77,7 +77,6 @@ void ReadCarFile(void)
|
|||
double cos_gamma;
|
||||
double sin_gamma;
|
||||
double cos_beta;
|
||||
double sin_beta;
|
||||
double A, B, C;
|
||||
double center[3];
|
||||
double hmat[6];
|
||||
|
@ -265,7 +264,6 @@ void ReadCarFile(void)
|
|||
cos_gamma = cos(pbc[5]*PI_180);
|
||||
sin_gamma = sin(pbc[5]*PI_180);
|
||||
cos_beta = cos(pbc[4]*PI_180);
|
||||
sin_beta = sin(pbc[4]*PI_180);
|
||||
if (pflag > 2) {
|
||||
printf(" pbc[3] %f pbc[4] %f pbc[5] %f\n", pbc[3] ,pbc[4] ,pbc[5]);
|
||||
printf(" cos_alpha %f cos_beta %f cos_gamma %f\n", cos_alpha ,cos_beta ,cos_gamma);
|
||||
|
|
Loading…
Reference in New Issue