summaryrefslogtreecommitdiff
path: root/fast/hypergraph.hh
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-07-20 15:25:43 +0200
committerPatrick Simianer <p@simianer.de>2014-07-20 15:25:43 +0200
commit41046f6ac02a1d947d656d033ecb53a249e7cc7e (patch)
treec10bc1b555e7636e6f568e1926b01d111320d757 /fast/hypergraph.hh
parent08e9a6f71c80fc7327d1758312b40bd5ba763dc9 (diff)
cleanup
Diffstat (limited to 'fast/hypergraph.hh')
-rw-r--r--fast/hypergraph.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fast/hypergraph.hh b/fast/hypergraph.hh
index 530fbe6..5a68742 100644
--- a/fast/hypergraph.hh
+++ b/fast/hypergraph.hh
@@ -32,7 +32,7 @@ struct Edge {
score_t score;
string rule; //FIXME
DummyVector f; //FIXME
- unsigned int arity;
+ unsigned int arity = 0;
unsigned int mark = 0;
inline bool is_marked() { return mark >= arity; }