Replace defines with constexpr in ishift
[alexxy/gromacs.git] / src / gromacs / nbnxm / atomdata.h
index d676ae1f4cce287077b7f58918d1febe06963317..cb878aa7791573bfc78d22cf2ec41038ab99477f 100644 (file)
@@ -123,7 +123,7 @@ struct nbnxn_atomdata_output_t
 
     //! f, size natoms*fstride
     gmx::HostVector<real> f;
-    //! Shift force array, size SHIFTS*DIM
+    //! Shift force array, size c_numShiftVectors*DIM
     gmx::HostVector<real> fshift;
     //! Temporary Van der Waals group energy storage
     gmx::HostVector<real> Vvdw;