From 616ec749a4efac1fc12cff0ee06660ae6b784925 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 4 Feb 2015 18:08:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13029 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/read_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_data.cpp b/src/read_data.cpp index 6f8322f828..5bafc0685e 100644 --- a/src/read_data.cpp +++ b/src/read_data.cpp @@ -594,12 +594,12 @@ void ReadData::command(int narg, char **arg) // if atoms are lost is b/c data file box was far from shrink-wrapped // do not use irregular() comm, which would not lose atoms, // b/c then user could specify data file box as far too big and empty + // do comm->init() but not comm->setup() b/c pair/neigh cutoffs not yet set if (domain->nonperiodic == 2) { if (domain->triclinic) domain->x2lamda(atom->nlocal); domain->reset_box(); comm->init(); - comm->setup(); comm->exchange(); if (domain->triclinic) domain->lamda2x(atom->nlocal);