From 842ba3a22bcd29df5117ce4698b0b991753b8d19 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 29 Jul 2014 23:29:10 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12227 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/comm_tiled.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comm_tiled.cpp b/src/comm_tiled.cpp index 42f6efdb6c..fee84a4db6 100644 --- a/src/comm_tiled.cpp +++ b/src/comm_tiled.cpp @@ -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;