[opengm] 121/386: changing id of sum_of_experts

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:35:42 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 e76cc5628f1391d1b322c2c8226f63c25ddfa69b
Author: mschiegg <martin.schiegg at iwr.uni-heidelberg.de>
Date:   Thu Dec 18 15:32:28 2014 +0100

    changing id of sum_of_experts
---
 include/opengm/functions/learnable/sum_of_experts.hxx | 2 +-
 include/opengm/functions/readme.txt                   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/opengm/functions/learnable/sum_of_experts.hxx b/include/opengm/functions/learnable/sum_of_experts.hxx
index b6acb29..385db43 100644
--- a/include/opengm/functions/learnable/sum_of_experts.hxx
+++ b/include/opengm/functions/learnable/sum_of_experts.hxx
@@ -161,7 +161,7 @@ public:
 template<class T, class I, class L>
 struct FunctionRegistration<opengm::functions::learnable::SumOfExperts<T, I, L> > {
    enum ID {
-      Id = opengm::FUNCTION_TYPE_ID_OFFSET + 100 + 66
+      Id = opengm::FUNCTION_TYPE_ID_OFFSET + 100 + 67
    };
 };
 
diff --git a/include/opengm/functions/readme.txt b/include/opengm/functions/readme.txt
index e1ee309..6d9b9f5 100644
--- a/include/opengm/functions/readme.txt
+++ b/include/opengm/functions/readme.txt
@@ -61,6 +61,7 @@ opengm::PottsG                               16011
 
 opengm::LPotts                               16165
 opengm::LUnary                               16166
+opengm::SumOfExperts                         16167
 
 /////////////////////////////////////////////////////////////
 4. Serialization and de-serialization

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