Made cutoff-scheme=Verlet the default
[alexxy/gromacs.git] / src / gromacs / gmxlib / names.c
index 3fda945390506606339c3f05ac322b98e7f37e16..9b7e6b6cea8876074ca3293ed1cdf4335665923b 100644 (file)
@@ -73,7 +73,7 @@ const char *ptype_str[eptNR+1] = {
 };
 
 const char *ecutscheme_names[ecutsNR+1] = {
-    "Group", "Verlet", NULL
+    "Verlet", "Group", NULL
 };
 
 const char *eel_names[eelNR+1] = {