Add angles to ListedForces selections
[alexxy/gromacs.git] / src / gromacs / listed_forces / listed_forces.h
index c1901aa42a2303e455429e6e0efe327d83442778..c044baf11730375ab30db3a15b08b902bdfadfb8 100644 (file)
@@ -136,6 +136,7 @@ public:
     {
         Pairs,     //!< Pair interactions
         Dihedrals, //!< Dihedrals, including cmap
+        Angles,    //!< Angles
         Rest,      //!< All listed interactions that are not any of the above
         Count      //!< The number of items above
     };