From 36dfa44d34e337bc4679a5bda43ce8d55f5c45d9 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 3 Apr 2014 14:56:12 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11688 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/read_restart.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/read_restart.cpp b/src/read_restart.cpp index fb8cb02e31..f72ced2c53 100644 --- a/src/read_restart.cpp +++ b/src/read_restart.cpp @@ -242,8 +242,7 @@ void ReadRestart::command(int narg, char **arg) coord[1] >= sublo[1] && coord[1] < subhi[1] && coord[2] >= sublo[2] && coord[2] < subhi[2]) { m += avec->unpack_restart(&buf[m]); - } - else m += static_cast (buf[m]); + } else m += static_cast (buf[m]); } }