Remove OpenMM
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_cuda / nbnxn_cuda_kernel_utils.cuh
index 6c2b258e47db58ad8d7ad5b3fe58cb684fbba268..de0acc0efc313987134ad95fc6e3bb52af2e905e 100644 (file)
@@ -52,7 +52,7 @@
 const unsigned supercl_interaction_mask = ((1U << NCL_PER_SUPERCL) - 1U);
 
 /*! Interpolate Ewald coulomb force using the table through the tex_nbfp texture.
- *  Original idea: OpenMM
+ *  Original idea: from the OpenMM project
  */
 static inline __device__
 float interpolate_coulomb_force_r(float r, float scale)