Make eelType and evdwType scoped enums, + cleanup
[alexxy/gromacs.git] / src / gromacs / nbnxm / atomdata.h
index df3362b11489ed1de4dcef1a53880ea8b32a3d6c..6f988eb14f3cd02377418a7b64b1f5f81e4b3037 100644 (file)
@@ -164,6 +164,9 @@ enum
     ljcrNR
 };
 
+//! String corresponding to LJ combination rule
+extern const char* const c_ljcrNames[ljcrNR + 1];
+
 /*! \internal
  * \brief Struct that stores atom related data for the nbnxn module
  *