From 75a9c73492303df0114309c1ad5c2d382d555b6b Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 18 Jul 2015 00:40:18 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13652 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 277fb0bb63..91b5d102b3 100644 --- a/src/read_data.cpp +++ b/src/read_data.cpp @@ -361,7 +361,7 @@ void ReadData::command(int narg, char **arg) domain->boxlo[2] = MIN(domain->boxlo[2],boxlo[2]+shift[2]); domain->boxhi[2] = MAX(domain->boxhi[2],boxhi[2]+shift[2]); - // NOTE: not sure what to do about this: + // NOTE: not sure what to do about tilt value in subsequent data files //if (triclinic) { // domain->xy = xy; domain->xz = xz; domain->yz = yz; // }