git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1386 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user