From acaa3ebdaad5f799bf5c8538d4933a92b46c8d49 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 7 Dec 2006 00:43:04 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@175 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/chain.f | 2 +- tools/lmp2cfg/README.txt | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/chain.f b/tools/chain.f index d10d50b20d..297a758159 100644 --- a/tools/chain.f +++ b/tools/chain.f @@ -20,7 +20,7 @@ c includes image flags in data file so chains can be unraveled later 900 format(a) 901 format(2f10.6,a) 902 format(i3,f5.1) - 903 format(i6,i4,i4,3f10.4,3i4) + 903 format(i10,i8,i8,3f10.4,3i4) 904 format(i6,i3,2i6) c read chain definitions diff --git a/tools/lmp2cfg/README.txt b/tools/lmp2cfg/README.txt index b9ecd4af42..c399660327 100755 --- a/tools/lmp2cfg/README.txt +++ b/tools/lmp2cfg/README.txt @@ -80,8 +80,3 @@ Abort you need to check that the name of the dump file matches the name in the input file, and that you enclosed it in single quotes. - - - - -