Convert atomInfo to int64_t
[alexxy/gromacs.git] / api / nblib / gmxcalculator.cpp
index 751ed51518d63043fb7b3b06b145b306bd9bf4ca..81e740f7c0e1cdeb4b66b8f90ce105a264853861 100644 (file)
@@ -87,7 +87,7 @@ void GmxForceCalculator::compute(gmx::ArrayRef<const gmx::RVec> coordinateInput,
     nbv_->atomdata_add_nbat_f_to_f(gmx::AtomLocality::All, forceOutput);
 }
 
-void GmxForceCalculator::setParticlesOnGrid(gmx::ArrayRef<const int>       particleInfoAllVdw,
+void GmxForceCalculator::setParticlesOnGrid(gmx::ArrayRef<const int64_t>   particleInfoAllVdw,
                                             gmx::ArrayRef<const gmx::RVec> coordinates,
                                             const Box&                     box)
 {