Apply more clang-tidy-11
[alexxy/gromacs.git] / src / gromacs / modularsimulator / freeenergyperturbationdata.h
index 98d9cfc80e5155a170783d0bf01288dfb9e583b7..dbf80e938724ae636a6579fcc5a6e164f0f1c40c 100644 (file)
@@ -84,7 +84,7 @@ public:
     //! Get a const view of the current lambda vector
     ArrayRef<const real> constLambdaView();
     //! Get the current FEP state
-    int currentFEPState();
+    int currentFEPState() const;
     //! Update MDAtoms (public because it's called by DomDec - see #3700)
     void updateMDAtoms();