Convert atomInfo to int64_t
[alexxy/gromacs.git] / src / gromacs / nbnxm / benchmark / bench_system.h
index f5e0bdd7462adb2d76688f1efeac84a33fb62d5e..56b49a82ccdc2ac8ab36ef50e3c16a9c996557ad 100644 (file)
@@ -78,9 +78,9 @@ struct BenchmarkSystem
     //! Storage for atom partial charges.
     std::vector<real> charges;
     //! Atom info where all atoms are marked to have Van der Waals interactions
-    std::vector<int> atomInfoAllVdw;
+    std::vector<int64_t> atomInfoAllVdw;
     //! Atom info where only oxygen atoms are marked to have Van der Waals interactions
-    std::vector<int> atomInfoOxygenVdw;
+    std::vector<int64_t> atomInfoOxygenVdw;
     //! Information about exclusions.
     ListOfLists<int> excls;
     //! Storage for atom positions.