X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fjnet%2Fhmmsol0.h;fp=sources%2Fjnet%2Fhmmsol0.h;h=71269086b577716f7747656a769348b12b4567e4;hb=1431c641556befdbff5922788061394f2c870a80;hp=0000000000000000000000000000000000000000;hpb=4e8f16a99a41f25bcaf0772796d4d3b8f63aa38f;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};