JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / multicoil / config.h
diff --git a/sources/multicoil/config.h b/sources/multicoil/config.h
new file mode 100644 (file)
index 0000000..c1e6387
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+char *defpos = "~/PAIRCOIL/cctb"; 
+char *defgen = "~/PAIRCOIL/genbnk";
+*/
+
+
+char *defpos = "/dev/null"; 
+char *defgen = "/dev/null";
+
+char *defprint = "|lpr -h";
+
+
+enum {unavailable, available};
+
+int  MultiCoil_Method = available,
+    HMMCoil_Method = available,
+    PairCoil_Method =   available,
+    NEWCOILS_Method = available,
+    TableDiffRes_Method = unavailable,
+    TableDiffCoil_Method = unavailable,
+    ActualCoil_Method = unavailable,
+    PairCoilDiff_Method = unavailable,
+    PairCoilDiffAvg_Method = unavailable;
+
+
+
+
+
+
+
+
+
+
+
+