Move -nice handling to CommandLineModuleManager
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / insert-molecules.cpp
index f17357e2a10d8dd7b010f9c67afbe7579ffd044d..f1fd79b70432ff35fcd07593185cbab759a4347e 100644 (file)
@@ -369,7 +369,7 @@ int gmx_insert_molecules(int argc, char *argv[])
           "Avoid momory leaks during neighbor searching with option -ci. May be slow for large systems." },
     };
 
-    if (!parse_common_args(&argc, argv, PCA_BE_NICE, NFILE, fnm, asize(pa), pa,
+    if (!parse_common_args(&argc, argv, 0, NFILE, fnm, asize(pa), pa,
                            asize(desc), desc, asize(bugs), bugs, &oenv))
     {
         return 0;