X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fjnet%2Fhmmsol0.h;fp=sources%2Fjnet%2Fhmmsol0.h;h=71269086b577716f7747656a769348b12b4567e4;hb=a5e6297d655a784603d499da5a025d5d5fa78783;hp=0000000000000000000000000000000000000000;hpb=df24dcd3c415c000592af419f2c9304a4e05c2ee;p=jpred.git diff --git a/sources/jnet/hmmsol0.h b/sources/jnet/hmmsol0.h new file mode 100644 index 0000000..7126908 --- /dev/null +++ b/sources/jnet/hmmsol0.h @@ -0,0 +1,14 @@ +/********************************************************* + hmmsol0.h + -------------------------------------------------------- + generated at Wed Jul 1 17:50:23 2009 + by snns2c ( Bernward Kett 1995 ) +*********************************************************/ + +extern int hmmsol0(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); +} hmmsol0REC = {408,2,hmmsol0};