X-Git-Url: http://source.jalview.org/gitweb/?p=jpred.git;a=blobdiff_plain;f=sources%2Fjnet%2Fpssma1.h;fp=sources%2Fjnet%2Fpssma1.h;h=d7854a14f3d46e8b3eaa689a6eda5fd461e0d646;hp=0000000000000000000000000000000000000000;hb=9aa768067094f24f46f273077f867348e6143711;hpb=eb3001dc41bf6cd46e20fd13fe3efbe9dedf6013 diff --git a/sources/jnet/pssma1.h b/sources/jnet/pssma1.h new file mode 100644 index 0000000..d7854a1 --- /dev/null +++ b/sources/jnet/pssma1.h @@ -0,0 +1,14 @@ +/********************************************************* + pssma1.h + -------------------------------------------------------- + generated at Fri Jul 3 14:34:43 2009 + by snns2c ( Bernward Kett 1995 ) +*********************************************************/ + +extern int pssma1(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); +} pssma1REC = {340,3,pssma1};