This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository psortb.
commit 7d4999bea856505b1ec090c026c1367ab6d7cf65 Author: Andreas Tille <[email protected]> Date: Tue Apr 18 22:55:30 2017 +0200 Fix C++ syntax issue (thanks to Walter Landry) --- debian/patches/fix_hmmer_interface.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/patches/fix_hmmer_interface.patch b/debian/patches/fix_hmmer_interface.patch index 4dba247..89dbac8 100644 --- a/debian/patches/fix_hmmer_interface.patch +++ b/debian/patches/fix_hmmer_interface.patch @@ -40,3 +40,12 @@ // Calculate the score using the forward algorithm if we need. +@@ -241,7 +242,7 @@ void HMM::init(char *filename, int df, i + thresh.globT = -FLT_MAX; + thresh.domT = -FLT_MAX; + thresh.domE = FLT_MAX; +- thresh.autocut = CUT_NONE; ++ thresh.autocut = threshold_s::CUT_NONE; + thresh.Z = 1; + + doForward = df; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/psortb.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
