enable command line option cheking in mdrun
[alexxy/gromacs.git] / src / kernel / mdrun.c
index 012a330c92d6932f9bfa8f52ed32286c15c62f47..81b8a4ee3f48930654b42f62d0bb8b9130799293 100644 (file)
@@ -518,10 +518,8 @@ int main(int argc,char *argv[])
   if (MASTER(cr))
     CopyRight(stderr, argv[0]);
 
-  PCA_Flags = (PCA_KEEP_ARGS | PCA_NOEXIT_ON_ARGS | PCA_CAN_SET_DEFFNM
-              | (MASTER(cr) ? 0 : PCA_QUIET));
+  PCA_Flags = (PCA_CAN_SET_DEFFNM | (MASTER(cr) ? 0 : PCA_QUIET));
   
-
   /* Comment this in to do fexist calls only on master
    * works not with rerun or tables at the moment
    * also comment out the version of init_forcerec in md.c