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

This commit is contained in:
sjplimp
2009-12-21 15:58:11 +00:00
parent ca16bb0c7e
commit ba238b0992

View File

@ -23,7 +23,7 @@ using namespace LAMMPS_NS;
ComputeCOM::ComputeCOM(LAMMPS *lmp, int narg, char **arg) :
Compute(lmp, narg, arg)
{
if (narg != 3) error->all("Illegal compute msd command");
if (narg != 3) error->all("Illegal compute com command");
vector_flag = 1;
size_vector = 3;