Fix nblib pairlist update function
[alexxy/gromacs.git] / api / nblib / gmxcalculatorcpu.h
index efc079896ef7d7baccbcfa5f9b39328b24a146c0..81783db7521e5dc5c94d2c6069389b63d002aa3d 100644 (file)
@@ -79,7 +79,7 @@ public:
     ~GmxNBForceCalculatorCpu();
 
     //! calculates a new pair list based on new coordinates (for every NS step)
-    void updatePairlist(gmx::ArrayRef<const gmx::RVec> coordinates, const Box& box);
+    void updatePairlist(gmx::ArrayRef<gmx::RVec> coordinates, const Box& box);
 
     //! Compute forces and return
     void compute(gmx::ArrayRef<const gmx::RVec> coordinateInput,