git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@209 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2006-12-19 16:45:23 +00:00
parent e799670381
commit 864e0e57f3
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ void Thermo::parse_fields(char *str)
tempflag = 1;
} else if (strcmp(word,"enthalpy") == 0) {
addfield("Enthal",&Thermo::compute_enthalpy,FLOAT);
pressflag = 1;
tempflag = pressflag = 1;
} else if (strcmp(word,"evdwl") == 0) {
addfield("E_vdwl",&Thermo::compute_evdwl,FLOAT);
} else if (strcmp(word,"ecoul") == 0) {