Merge branch 'master' into rotation
[alexxy/gromacs.git] / src / gmxlib / names.c
index 4f6c1862384062b6a36758deeb3f269e67a49f55..df1ad2ff3abc8f5c202890b8b68b572f71a3197b 100644 (file)
@@ -188,6 +188,14 @@ const char *epullg_names[epullgNR+1] = {
   "distance", "direction", "cylinder", "position", "direction_periodic", NULL
 };
 
+const char *erotg_names[erotgNR+1] = { 
+  "iso", "iso-pf", "pm", "pm-pf", "rm", "rm-pf", "rm2", "rm2-pf", "flex", "flex-t", "flex2", "flex2-t", NULL
+};
+
+const char *erotg_fitnames[erotgFitNR+1] = { 
+  "rmsd", "norm", NULL
+};
+
 const char *eQMmethod_names[eQMmethodNR+1] = {
   "AM1", "PM3", "RHF",
   "UHF", "DFT", "B3LYP", "MP2", "CASSCF","B3LYPLAN",