JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / jnet / pssma1.h
1 /*********************************************************
2   pssma1.h
3   --------------------------------------------------------
4   generated at Fri Jul  3 14:34:43 2009
5   by snns2c ( Bernward Kett 1995 ) 
6 *********************************************************/
7
8 extern int pssma1(float *in, float *out, int init);
9
10 static struct {
11   int NoOfInput;    /* Number of Input Units  */
12   int NoOfOutput;   /* Number of Output Units */
13   int(* propFunc)(float *, float*, int);
14 } pssma1REC = {340,3,pssma1};