JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / jnet / pssmb2.h
diff --git a/sources/jnet/pssmb2.h b/sources/jnet/pssmb2.h
new file mode 100644 (file)
index 0000000..159cee0
--- /dev/null
@@ -0,0 +1,14 @@
+/*********************************************************
+  pssmb2.h
+  --------------------------------------------------------
+  generated at Wed Jul  1 20:37:42 2009
+  by snns2c ( Bernward Kett 1995 ) 
+*********************************************************/
+
+extern int pssmb2(float *in, float *out, int init);
+
+static struct {
+  int NoOfInput;    /* Number of Input Units  */
+  int NoOfOutput;   /* Number of Output Units */
+  int(* propFunc)(float *, float*, int);
+} pssmb2REC = {57,3,pssmb2};