Remove param fillLocal, which was always false, from nbnxm call stack
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_gpu.h
index fe836969347c3e33d2f141f3c3923eb548969efc..fec64bbe68a26af88fa96b339c838db14e807207 100644 (file)
@@ -240,7 +240,6 @@ void nbnxn_gpu_init_x_to_nbat_x(const Nbnxm::GridSet gmx_unused& gridSet,
 /*! \brief X buffer operations on GPU: performs conversion from rvec to nb format.
  *
  * \param[in]     grid             Grid to be converted.
- * \param[in]     setFillerCoords  If the filler coordinates are used.
  * \param[in,out] gpu_nbv          The nonbonded data GPU structure.
  * \param[in]     d_x              Device-side coordinates in plain rvec format.
  * \param[in]     xReadyOnDevice   Event synchronizer indicating that the coordinates are ready in
@@ -251,7 +250,6 @@ void nbnxn_gpu_init_x_to_nbat_x(const Nbnxm::GridSet gmx_unused& gridSet,
  */
 CUDA_FUNC_QUALIFIER
 void nbnxn_gpu_x_to_nbat_x(const Nbnxm::Grid gmx_unused& grid,
-                           bool gmx_unused setFillerCoords,
                            NbnxmGpu gmx_unused*    gpu_nbv,
                            DeviceBuffer<gmx::RVec> gmx_unused d_x,
                            GpuEventSynchronizer gmx_unused* xReadyOnDevice,