JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / jnet / pssmb1.h
1 /*********************************************************
2   pssmb1.h
3   --------------------------------------------------------
4   generated at Wed Jul  1 19:52:00 2009
5   by snns2c ( Bernward Kett 1995 ) 
6 *********************************************************/
7
8 extern int pssmb1(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 } pssmb1REC = {340,3,pssmb1};