Remove single-dimension limitation from GPU halo exchange
[alexxy/gromacs.git] / src / gromacs / domdec / gpuhaloexchange_impl.cpp
index eaffb5d37111f99c7a04c78743b3234a20ffeae4..64221f0257deece465f0dc2f831f14e9c8b696e7 100644 (file)
@@ -62,6 +62,7 @@ class GpuHaloExchange::Impl
 
 /*!\brief Constructor stub. */
 GpuHaloExchange::GpuHaloExchange(gmx_domdec_t* /* dd */,
+                                 int /* dimIndex */,
                                  MPI_Comm /* mpi_comm_mysim */,
                                  const DeviceContext& /* deviceContext */,
                                  const DeviceStream& /*streamLocal */,