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

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@766 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 025e76b9
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ DumpAtom::DumpAtom(LAMMPS *lmp, int narg, char **arg) : Dump(lmp, narg, arg)
void DumpAtom::init()
{
// this error check cannot occur in constructor since scale_flag = 1
// is the default and it can be changed by dump_modify
if (scale_flag && domain->triclinic)
error->all("Cannot dump scaled coords with triclinic box");
......
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