projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documented all exceptions and did some general cleanups
[libdai.git]
/
include
/
dai
/
exceptions.h
diff --git
a/include/dai/exceptions.h
b/include/dai/exceptions.h
index
2ea3da3
..
7f710b5
100644
(file)
--- a/
include/dai/exceptions.h
+++ b/
include/dai/exceptions.h
@@
-60,7
+60,7
@@
/// Assertion mechanism similar to DAI_ASSERT which is only active if DAI_DEBUG is defined
#define DAI_DEBASSERT(x) do {DAI_ASSERT(x);} while(0)
#else
-#define DAI_DEBASSERT(
X
) do {} while(0)
+#define DAI_DEBASSERT(
x
) do {} while(0)
#endif