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

This commit is contained in:
sjplimp
2010-07-20 14:46:51 +00:00
parent f8de1d98d1
commit a4930bf2ed
6 changed files with 30 additions and 18 deletions

View File

@ -55,6 +55,8 @@ DumpDCD::DumpDCD(LAMMPS *lmp, int narg, char **arg) : Dump(lmp, narg, arg)
{
if (narg != 5) error->all("Illegal dump dcd command");
if (igroup != group->find("all")) error->all("Dump dcd must use group all");
if (domain->triclinic)
error->all("Dump dcd does not yet support triclinic simulation boxes");
if (binary || compressed || multifile || multiproc)
error->all("Invalid dump dcd filename");