Convert atomInfo to int64_t
[alexxy/gromacs.git] / api / nblib / forcecalculator.cpp
index e9811f46fb12f4007b799592c8b60e02e4a14148..06a52872b427969763b6921e8565a3c2e3d2a624 100644 (file)
@@ -70,9 +70,9 @@ void ForceCalculator::compute(gmx::ArrayRef<const Vec3> coordinates, gmx::ArrayR
     gmxForceCalculator_->compute(coordinates, forces);
 }
 
-void ForceCalculator::updatePairList(gmx::ArrayRef<const int> particleInfoAllVdW,
-                                     gmx::ArrayRef<Vec3>      coordinates,
-                                     const Box&               box)
+void ForceCalculator::updatePairList(gmx::ArrayRef<const int64_t> particleInfoAllVdW,
+                                     gmx::ArrayRef<Vec3>          coordinates,
+                                     const Box&                   box)
 {
     gmxForceCalculator_->setParticlesOnGrid(particleInfoAllVdW, coordinates, box);
 }