Skip to content
Snippets Groups Projects
Commit ba238b09 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3589 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ca16bb0c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment