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

This commit is contained in:
sjplimp
2014-05-13 16:29:06 +00:00
parent f9864c81e0
commit 94831bf7a4
2 changed files with 3 additions and 1 deletions

View File

@ -1165,6 +1165,7 @@ void Input::comm_style()
"irregular tiling of proc domains");
comm = new CommBrick(lmp);
} else if (strcmp(arg[0],"tiled") == 0) {
error->all(FLERR,"Comm_style tiled not yet supported");
comm = new CommTiled(lmp);
} else error->all(FLERR,"Illegal comm_style command");
}