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

This commit is contained in:
sjplimp 2009-08-18 18:00:14 +00:00
parent bc24aa5b96
commit 7b33f2935b
1 changed files with 2 additions and 2 deletions

View File

@ -129,9 +129,9 @@ void Compute::reset_extra_dof()
/* ---------------------------------------------------------------------- */
void Compute::reset_extra_compute(char *)
void Compute::reset_extra_compute_fix(char *)
{
error->all("Compute does not allow an extra compute to be reset");
error->all("Compute does not allow an extra compute or fix to be reset");
}
/* ----------------------------------------------------------------------