Convert atomInfo to int64_t
[alexxy/gromacs.git] / src / gromacs / nbnxm / benchmark / bench_setup.cpp
index e45db48ca3cdfed39295a882719f2763f3b95334..88faac52a17c56e690f6587c075cd5163b35850d 100644 (file)
@@ -220,7 +220,7 @@ static std::unique_ptr<nonbonded_verlet_t> setupNbnxmForBenchInstance(const Kern
     const rvec lowerCorner = { 0, 0, 0 };
     const rvec upperCorner = { system.box[XX][XX], system.box[YY][YY], system.box[ZZ][ZZ] };
 
-    gmx::ArrayRef<const int> atomInfo;
+    gmx::ArrayRef<const int64_t> atomInfo;
     if (options.useHalfLJOptimization)
     {
         atomInfo = system.atomInfoOxygenVdw;