Convert atomInfo to int64_t
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_constraints.h
index 81390a8f997e163f7ea3d525852d13e74bce6145..b2e366d3d8e374fd365afc582ffd1aa93e3c5fcd 100644 (file)
@@ -64,7 +64,7 @@ void dd_clear_local_constraint_indices(gmx_domdec_t* dd);
 int dd_make_local_constraints(struct gmx_domdec_t*           dd,
                               int                            at_start,
                               const struct gmx_mtop_t&       mtop,
-                              const int*                     atomInfo,
+                              gmx::ArrayRef<const int64_t>   atomInfo,
                               gmx::Constraints*              constr,
                               int                            nrec,
                               gmx::ArrayRef<InteractionList> il_local);