gmxana: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_dos.c
index 3a03d45418deeea642ef4b4c02c27833b09d97eb..42c5384e7e89a52154e439dc4faebaa80da3d593 100644 (file)
@@ -407,7 +407,7 @@ int gmx_dos(int argc, char *argv[])
                gnx, nframes);
     }
     low_do_autocorr(NULL, oenv, NULL, nframes, gnx, nframes, c1, dt, eacNormal, 0, FALSE,
-                    FALSE, FALSE, -1, -1, 0, 0);
+                    FALSE, FALSE, -1, -1, 0);
     snew(dos, DOS_NR);
     for (j = 0; (j < DOS_NR); j++)
     {