Remove group scheme search code
[alexxy/gromacs.git] / src / gromacs / nbnxm / gridset.h
index 4c3056d6ca230110c8b9c89331d471f9d2e3b445..f75744aa8911f8f1ca7ab0b9a9412fb22c9f79e0 100644 (file)
@@ -125,14 +125,6 @@ class GridSet
             return domainSetup_;
         }
 
-        //! Returns the number of cells along x and y for the local grid
-        void getLocalNumCells(int *numCellsX,
-                              int *numCellsY) const
-        {
-            *numCellsX = grids_[0].dimensions().numCells[XX];
-            *numCellsY = grids_[0].dimensions().numCells[YY];
-        }
-
         //! Returns the total number of atoms in the grid set, including padding
         int numGridAtomsTotal() const
         {