forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@209 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e799670381
commit
864e0e57f3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue