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