[irstlm] 22/78: code cleanup
Giulio Paci
giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:47:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
giuliopaci-guest pushed a commit to tag adaptiveLM.v0.10
in repository irstlm.
commit 8eed8f61f1b0e546a55118b456b5369704543b5f
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date: Mon Nov 9 00:44:58 2015 +0100
code cleanup
---
src/cswam.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/cswam.cpp b/src/cswam.cpp
index d739989..23f7021 100755
--- a/src/cswam.cpp
+++ b/src/cswam.cpp
@@ -507,11 +507,6 @@ void cswam::freeAlphaDen(){
//pthread_mutex_t cswam_mut2;
double cswam_LL=0; //Log likelihood
-float logsum(float a,float b){
- if (b<a) return a + logf(1 + expf(b-a));
- else return b + logf(1+ expf(a-b));
-}
-
int global_i=0;
int global_j=0;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git
More information about the debian-science-commits
mailing list