Convert atomInfo to int64_t
[alexxy/gromacs.git] / src / gromacs / nbnxm / gridset.cpp
index 07d5f9a04221b7f48ed790dc6d4eaca8f5647589..c3a1a7ec269539e73cc67d35fcadf95ac075206d 100644 (file)
@@ -152,7 +152,7 @@ void GridSet::putOnGrid(const matrix                   box,
                         const gmx::UpdateGroupsCog*    updateGroupsCog,
                         const gmx::Range<int>          atomRange,
                         real                           atomDensity,
-                        gmx::ArrayRef<const int>       atomInfo,
+                        gmx::ArrayRef<const int64_t>   atomInfo,
                         gmx::ArrayRef<const gmx::RVec> x,
                         const int                      numAtomsMoved,
                         const int*                     move,