Merge branch release-5-1 into release-2016
[alexxy/gromacs.git] / src / gromacs / ewald / long-range-correction.h
index fe076ad81a12eadbd527689576afc0d1374225d6..37ca4fb4d0422eda75f69b14f09d6eb74a5fc4f9 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,2015, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016, 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.
  * For both cutoff schemes, but only for Coulomb interactions,
  * calculates correction for surface dipole terms. */
 void
-ewald_LRcorrection(int start, int end,
-                   t_commrec *cr, int thread, t_forcerec *fr,
+ewald_LRcorrection(int numAtomsLocal,
+                   t_commrec *cr,
+                   int numThreads, int thread,
+                   t_forcerec *fr,
                    real *chargeA, real *chargeB,
                    real *C6A, real *C6B,
                    real *sigmaA, real *sigmaB,