Commit 60ca6f1a authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix typo

parent 92c90e8c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 11 Jan 2019 15:43:07 +0100
Description: Typo in referencing biosquid function

--- a/src/histogram.c
+++ b/src/histogram.c
@@ -470,7 +470,7 @@ EVDBasicFit(struct histogram_s *h) {
     d[sc - h->lowscore] = log(-1. * log(d[sc - h->lowscore]));
 
   // do the linear regression
-  FLinefit(x, d, hsize-1, &intercept, &slope, &corr);
+  Linefit(x, d, hsize-1, &intercept, &slope, &corr);
   // calc mu, lambda
   lambda = -1. * slope;
   mu     = intercept / lambda;
+1 −0
Original line number Diff line number Diff line
use_debian_packaged_biosquid.patch
build_libhmmer.a_with-fPIC.patch
fix_typo.patch