Remove extra device force getter from NBNXM
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm.h
index 6d5cdccd694427c814b57850cca351b399b3a3a3..e22e3a089fc7f3ce60179fe21c6e68ef3ecd0ae3 100644 (file)
@@ -395,12 +395,6 @@ public:
      */
     int getNumAtoms(gmx::AtomLocality locality) const;
 
-    /*! \brief Get the pointer to the GPU nonbonded force buffer
-     *
-     * \returns A pointer to the force buffer in GPU memory
-     */
-    DeviceBuffer<gmx::RVec> getGpuForces() const;
-
     //! Return the kernel setup
     const Nbnxm::KernelSetup& kernelSetup() const { return kernelSetup_; }