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

This commit is contained in:
sjplimp
2011-03-26 22:20:43 +00:00
parent 4442884a52
commit 2b21f284c0
4 changed files with 9 additions and 7 deletions

View File

@ -135,7 +135,7 @@ void ComputeTI::init()
} else if (which[m] == KSPACE) {
if (force->kspace == NULL)
error->all("Compute ti is incompatible with KSpace style");
error->all("Compute ti kspace style does not exist");
}
}
}