Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxana / gstat.h
index ac08579eb501cb5640387cc00a67a3b0fba0a0f3..74f293f5f73fdc37253c7294d003fbc6c0e27fbd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -253,8 +253,7 @@ void print_one (const output_env_t oenv, const char *base,
 /* Routines from g_hbond */
 void analyse_corr(int n, real t[], real ct[], real nt[], real kt[],
                   real sigma_ct[], real sigma_nt[], real sigma_kt[],
-                  real fit_start, real temp, real smooth_tail_start,
-                  const output_env_t oenv);
+                  real fit_start, real temp);
 
 void compute_derivative(int nn, real x[], real y[], real dydx[]);