X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fjnet%2Fpssma2.h;fp=sources%2Fjnet%2Fpssma2.h;h=3ec7eabf5dd942f0b45dacb8c2bc4e861682df14;hb=1431c641556befdbff5922788061394f2c870a80;hp=0000000000000000000000000000000000000000;hpb=4e8f16a99a41f25bcaf0772796d4d3b8f63aa38f;p=jpred.git diff --git a/sources/jnet/pssma2.h b/sources/jnet/pssma2.h new file mode 100644 index 0000000..3ec7eab --- /dev/null +++ b/sources/jnet/pssma2.h @@ -0,0 +1,14 @@ +/********************************************************* + pssma2.h + -------------------------------------------------------- + generated at Fri Jul 3 17:46:07 2009 + by snns2c ( Bernward Kett 1995 ) +*********************************************************/ + +extern int pssma2(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); +} pssma2REC = {57,3,pssma2};