Skip to content

Commit

Permalink
fixed bug in potts function (function was more or less unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Feb 10, 2017
1 parent 9c82515 commit 3c0582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/opengm/functions/potts.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ PottsFunction<T, I, L>::valueEqual()const {
template <class T, class I, class L>
inline T
PottsFunction<T, I, L>::valueNotEqual()const {
return valueEqual_;
return valueNotEqual_;
}

template <class T, class I, class L>
Expand Down

0 comments on commit 3c0582d

Please sign in to comment.