Merge branch release-5-1
[alexxy/gromacs.git] / src / gromacs / mdtypes / md_enums.cpp
index 4ab36431d7fa90f7962b50a1dec6896784710d51..e9795a8ab500af8a6248d6240a6e460cd7c8d021 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -42,7 +42,7 @@ const char *enum_name(int index, int max_index, const char *names[])
 {
     if (index < 0 || index >= max_index)
     {
-        static const char *undef = "UNDEFINED";
+        static const char *undef = "no name defined";
         return undef;
     }
     else