gmxpreprocess: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / programs / gmx / pdb2gmx.c
index 52d543b813e7c30e8bfe2bfbf2ff5e3a6668a1b6..c3fa5e7a8fc4eaee9a7dab704e23d4574af391b9 100644 (file)
@@ -2094,8 +2094,8 @@ int gmx_pdb2gmx(int argc, char *argv[])
         pdb2top(top_file2, posre_fn, molname, pdba, &x, atype, &symtab,
                 nrtp, restp,
                 restp_chain, hb_chain,
-                cc->nterpairs, cc->ntdb, cc->ctdb, bAllowMissing,
-                bVsites, bVsiteAromatics, forcefield, ffdir,
+                bAllowMissing,
+                bVsites, bVsiteAromatics, ffdir,
                 mHmult, nssbonds, ssbonds,
                 long_bond_dist, short_bond_dist, bDeuterate, bChargeGroups, bCmap,
                 bRenumRes, bRTPresname);