Revert "Wrap more device pointers in DeviceBuffer" (!1244)
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm.h
index 9732b01a39ec2fbac49e59fdddbaaa67a7f544d6..7ea59e4e5a063c7dfd598df4c546b01415f10df1 100644 (file)
@@ -398,7 +398,7 @@ public:
      *
      * \returns A pointer to the force buffer in GPU memory
      */
-    DeviceBuffer<gmx::RVec> getGpuForces() const;
+    void* getGpuForces() const;
 
     //! Return the kernel setup
     const Nbnxm::KernelSetup& kernelSetup() const { return kernelSetup_; }