projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed testem failure caused by rounding error
[libdai.git]
/
include
/
dai
/
prob.h
diff --git
a/include/dai/prob.h
b/include/dai/prob.h
index
73c87e0
..
4b85374
100644
(file)
--- a/
include/dai/prob.h
+++ b/
include/dai/prob.h
@@
-455,7
+455,7
@@
template <typename T> class TProb {
arg = i;
}
}
- return make_pair(arg,max);
+ return
std::
make_pair(arg,max);
}
/// Normalizes vector using the specified norm