projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replaced complex numbers by real numbers
[libdai.git]
/
tests
/
test.cpp
diff --git
a/tests/test.cpp
b/tests/test.cpp
index
54294ed
..
fe42f43
100644
(file)
--- a/
tests/test.cpp
+++ b/
tests/test.cpp
@@
-107,7
+107,7
@@
class TestAI {
obj->run();
time += toc() - tic;
try {
- logZ =
real(obj->logZ()
);
+ logZ =
obj->logZ(
);
has_logZ = true;
} catch( Exception &e ) {
has_logZ = false;