[opengm] 09/386: typos

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:34:58 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 15b1e1f891794d72748ef49744d81bd2e1fdc178
Author: joergkappes <kappes at math.uni-heidelberg.de>
Date:   Fri May 16 16:59:55 2014 +0200

    typos
---
 include/opengm/functions/learnable/lpotts.hxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/opengm/functions/learnable/lpotts.hxx b/include/opengm/functions/learnable/lpotts.hxx
index 6ef360a..ae6a5ab 100644
--- a/include/opengm/functions/learnable/lpotts.hxx
+++ b/include/opengm/functions/learnable/lpotts.hxx
@@ -59,7 +59,7 @@ public:
    I parameterIndex(const size_t paramNumber) const
      {return parameterIDs_[paramNumber];} //dummy
    template<class ITERATOR> 
-   T paramaterGradient(size_t,ITERATOR) const;
+   T parameterGradient(size_t,ITERATOR) const;
 
 protected:
    const Parameters<T,I> * parameters_;
@@ -112,7 +112,7 @@ LPotts<T, I, L>::LPotts
 template <class T, class I, class L>
 template <class ITERATOR>
 inline T
-LPotts<T, I, L>::paramaterGradient 
+LPotts<T, I, L>::parameterGradient 
 (
    size_t parameterNumber,
    ITERATOR begin
@@ -132,7 +132,7 @@ LPotts<T, I, L>::operator()
 ) const {
    T val = 0;
    for(size_t i=0;i<numberOfParameters();++i){
-      val += parameters_->getParameter(i) * paramaterGradient(i,begin);
+      val += parameters_->getParameter(i) * parameterGradient(i,begin);
    }
    return val;
 }

-- 
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