From 0ee331d2a75d64dca6e66c5fdf3375a92c6f85b4 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 22 Nov 2013 00:10:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11043 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/dump.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dump.cpp b/src/dump.cpp index 1e48589383..620227e4df 100644 --- a/src/dump.cpp +++ b/src/dump.cpp @@ -777,7 +777,6 @@ void Dump::modify_params(int narg, char **arg) *ptr = '%'; iarg += 2; - } else if (strcmp(arg[iarg],"flush") == 0) { if (iarg+2 > narg) error->all(FLERR,"Illegal dump_modify command"); if (strcmp(arg[iarg+1],"yes") == 0) flush_flag = 1;