forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3099 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5986c9042c
commit
9403678ff0
|
@ -279,7 +279,7 @@ void ComputePressure::virial_compute(int n, int ndiag)
|
|||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void ComputePressure::reset_extra_compute(char *id_new)
|
||||
void ComputePressure::reset_extra_compute_fix(char *id_new)
|
||||
{
|
||||
delete [] id_temp;
|
||||
int n = strlen(id_new) + 1;
|
||||
|
|
Loading…
Reference in New Issue