More files to C++.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.c
index a0221554e59192f715a36bdd6e06451e69116da0..666f5eae7f15af1b2e69ef7bbdde9a88da680595 100644 (file)
@@ -100,6 +100,13 @@ enum {
                         * make a rest group for the remaining particles.    */
 };
 
+static const char *constraints[eshNR+1]    = {
+    "none", "h-bonds", "all-bonds", "h-angles", "all-angles", NULL
+};
+
+static const char *couple_lam[ecouplamNR+1]    = {
+    "vdw-q", "vdw", "q", "none", NULL
+};
 
 void init_ir(t_inputrec *ir, t_gromppopts *opts)
 {