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

This commit is contained in:
sjplimp
2014-07-29 23:29:20 +00:00
parent 842ba3a22b
commit c5b40aaa90

View File

@ -47,7 +47,7 @@ enum{LAYOUT_UNIFORM,LAYOUT_NONUNIFORM,LAYOUT_TILED}; // several files
CommTiled::CommTiled(LAMMPS *lmp) : Comm(lmp)
{
//error->all(FLERR,"Comm_style tiled is not yet supported");
error->all(FLERR,"Comm_style tiled is not yet supported");
style = 1;
layout = LAYOUT_UNIFORM;
@ -58,7 +58,7 @@ CommTiled::CommTiled(LAMMPS *lmp) : Comm(lmp)
CommTiled::CommTiled(LAMMPS *lmp, Comm *oldcomm) : Comm(*oldcomm)
{
//error->all(FLERR,"Comm_style tiled is not yet supported");
error->all(FLERR,"Comm_style tiled is not yet supported");
style = 1;
layout = oldcomm->layout;