Take over management of OpenCL context from PME and NBNXM
[alexxy/gromacs.git] / src / gromacs / mdlib / lincs_gpu.cuh
index 77423dc3231fee737151501664f2ef9f40d7dfe9..4817573b8098806b24e8a1216ef441aaa8f01c81 100644 (file)
@@ -169,7 +169,7 @@ public:
     static bool isNumCoupledConstraintsSupported(const gmx_mtop_t& mtop);
 
 private:
-    //! Dummy GPU context object
+    //! GPU context object
     const DeviceContext& deviceContext_;
     //! GPU stream
     CommandStream commandStream_;