do not compute properties twice

This commit is contained in:
Axel Kohlmeyer 2017-05-18 12:45:43 -04:00
parent 26d71b66e4
commit 34dbf6b225
1 changed files with 0 additions and 5 deletions

View File

@ -1385,11 +1385,6 @@ int Thermo::evaluate_keyword(char *word, double *answer)
else if (strcmp(word,"ylat") == 0) compute_ylat();
else if (strcmp(word,"zlat") == 0) compute_zlat();
else if (strcmp(word,"bonds") == 0) compute_bonds();
else if (strcmp(word,"angles") == 0) compute_angles();
else if (strcmp(word,"dihedrals") == 0) compute_dihedrals();
else if (strcmp(word,"impropers") == 0) compute_impropers();
else if (strcmp(word,"pxx") == 0) {
if (!pressure)
error->all(FLERR,"Thermo keyword in variable requires "