Small fix for g_tune_pme
authorCarsten Kutzner <ckutzne@gwdg.de>
Thu, 24 May 2012 13:18:11 +0000 (15:18 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 11 Jun 2012 09:09:03 +0000 (11:09 +0200)
Change-Id: I12fd2e48dc409f87b270f1ddaaaf2d1a83683fd1

src/tools/gmx_tune_pme.c

index a1cd876af9b7dd9959f03a65c43b524c7b7cd7e2..5420558f21dd99c799821c7abfc3090609af427e 100644 (file)
@@ -1698,6 +1698,7 @@ static gmx_bool is_main_switch(char *opt)
       || (0 == strcmp(opt,"-so"       ))
       || (0 == strcmp(opt,"-npstring" ))
       || (0 == strcmp(opt,"-npme"     ))
+      || (0 == strcmp(opt,"-err"      ))
       || (0 == strcmp(opt,"-passall"  )) )
     return TRUE;