gmxana: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_sorient.c
index 2ac9537768c079c409543fe1c0d6c32bfb8a28d6..aefb2380dc2716f7f5c6d0a5769bcf558f947b0c 100644 (file)
@@ -49,7 +49,7 @@
 
 
 static void calc_com_pbc(int nrefat, t_topology *top, rvec x[], t_pbc *pbc,
-                         atom_id index[], rvec xref, gmx_bool bPBC, matrix box)
+                         atom_id index[], rvec xref, gmx_bool bPBC)
 {
     const real tol = 1e-4;
     gmx_bool   bChanged;
@@ -288,7 +288,7 @@ int gmx_sorient(int argc, char *argv[])
         {
             if (bCom)
             {
-                calc_com_pbc(nrefat, &top, x, &pbc, index[0], xref, bPBC, box);
+                calc_com_pbc(nrefat, &top, x, &pbc, index[0], xref, bPBC);
             }
             else
             {