Commit 864e0e57 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@209 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent e7996703
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {