projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleaned up error handling by introducing the DAI_THROWE macro.
[libdai.git]
/
src
/
hak.cpp
diff --git
a/src/hak.cpp
b/src/hak.cpp
index
250e9d9
..
44878f7
100644
(file)
--- a/
src/hak.cpp
+++ b/
src/hak.cpp
@@
-161,7
+161,7
@@
HAK::HAK(const FactorGraph & fg, const PropertySet &opts) : DAIAlgRG(), _Qa(), _
cerr << *cli << endl;
}
} else
- DAI_THROW(
INTERNAL_ERROR
);
+ DAI_THROW(
UNKNOWN_ENUM_VALUE
);
RegionGraph rg(fg,cl);
RegionGraph::operator=(rg);