[opengm] 205/386: fixed stupid bugs

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:37:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit ee65fce37bab124cd0413d6361e16b7149314b3b
Author: DerThorsten <thorsten.beier at iwr.uni-heidelberg.de>
Date:   Wed Jan 7 10:52:21 2015 +0100

    fixed stupid bugs
---
 include/opengm/functions/learnable/lunary.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/opengm/functions/learnable/lunary.hxx b/include/opengm/functions/learnable/lunary.hxx
index 8eaa45f..c4cc08a 100644
--- a/include/opengm/functions/learnable/lunary.hxx
+++ b/include/opengm/functions/learnable/lunary.hxx
@@ -50,7 +50,7 @@ public:
     }
 
     LUnary(
-        const opengm::learning::Weights<T>&     weights 
+        const opengm::learning::Weights<T>&     weights,
         std::vector<FeaturesAndIndices<T, I> >  featuresAndIndicesPerLabel
     );
 
@@ -192,7 +192,7 @@ template <class T, class I, class L>
 inline
 LUnary<T, I, L>::LUnary
 ( 
-   const opengm::learning::Weights<T> & weights 
+   const opengm::learning::Weights<T> & weights, 
    std::vector<FeaturesAndIndices<V, I> >  featuresAndIndicesPerLabel 
 )
 :  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list