X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fjnet%2Fpssmb1.h;fp=sources%2Fjnet%2Fpssmb1.h;h=56c0b058cca2aa13f2d6a758270d8b17874330c1;hb=1431c641556befdbff5922788061394f2c870a80;hp=0000000000000000000000000000000000000000;hpb=4e8f16a99a41f25bcaf0772796d4d3b8f63aa38f;p=jpred.git diff --git a/sources/jnet/pssmb1.h b/sources/jnet/pssmb1.h new file mode 100644 index 0000000..56c0b05 --- /dev/null +++ b/sources/jnet/pssmb1.h @@ -0,0 +1,14 @@ +/********************************************************* + pssmb1.h + -------------------------------------------------------- + generated at Wed Jul 1 19:52:00 2009 + by snns2c ( Bernward Kett 1995 ) +*********************************************************/ + +extern int pssmb1(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); +} pssmb1REC = {340,3,pssmb1};