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

This commit is contained in:
sjplimp
2008-01-17 23:46:47 +00:00
parent d5514c3194
commit f953536132
17 changed files with 19 additions and 19 deletions

View File

@ -55,7 +55,7 @@ Output::Output(LAMMPS *lmp) : Pointers(lmp)
newarg[2] = (char *) "temp";
modify->add_compute(3,newarg);
newarg[0] = (char *) "thermo_pressure";
newarg[0] = (char *) "thermo_press";
newarg[1] = (char *) "all";
newarg[2] = (char *) "pressure";
newarg[3] = (char *) "thermo_temp";