Fixed incorrect enum
[alexxy/gromacs.git] / src / gromacs / mdtypes / md_enums.cpp
index 0f7c687f7e921a6a45e3950a4740779c5f93a972..65eef2ff80294259cfa8b9b8a8c5cc400b9a5fbf 100644 (file)
@@ -99,9 +99,9 @@ const char* etcoupl_names[etcNR + 1] = {
     "No", "Berendsen", "Nose-Hoover", "yes", "Andersen", "Andersen-massive", "V-rescale", nullptr
 }; /* yes is alias for berendsen */
 
-const char* epcoupl_names[epcNR + 1] = {
-    "No", "Berendsen", "Parrinello-Rahman", "Isotropic", "MTTK", nullptr
-}; /* isotropic is alias for berendsen */
+const char* epcoupl_names[epcNR + 1] = { "No",        "Berendsen", "Parrinello-Rahman",
+                                         "Isotropic", "MTTK",      "C-rescale",
+                                         nullptr }; /* isotropic is alias for berendsen */
 
 const char* epcoupltype_names[epctNR + 1] = { "Isotropic", "Semiisotropic", "Anisotropic",
                                               "Surface-Tension", nullptr };