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