X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fjnet%2Fhmmsol5.h;fp=sources%2Fjnet%2Fhmmsol5.h;h=e1c63627035e9f91ae8b5cb39b25897f33819b03;hb=81362e35a140cd040e948b921053e74267f8a6e3;hp=0000000000000000000000000000000000000000;hpb=2cf032f4b987ba747c04159965aed78e3820d942;p=jpred.git diff --git a/sources/jnet/hmmsol5.h b/sources/jnet/hmmsol5.h new file mode 100644 index 0000000..e1c6362 --- /dev/null +++ b/sources/jnet/hmmsol5.h @@ -0,0 +1,14 @@ +/********************************************************* + hmmsol5.h + -------------------------------------------------------- + generated at Wed Jul 1 17:47:08 2009 + by snns2c ( Bernward Kett 1995 ) +*********************************************************/ + +extern int hmmsol5(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); +} hmmsol5REC = {408,2,hmmsol5};