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

This commit is contained in:
sjplimp 2009-08-18 17:59:01 +00:00
parent 5986c9042c
commit 9403678ff0
1 changed files with 1 additions and 1 deletions

View File

@ -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;