summaryrefslogtreecommitdiff
path: root/src/hypergraph.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypergraph.cc')
-rw-r--r--src/hypergraph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypergraph.cc b/src/hypergraph.cc
index 40bcc64..0a965d0 100644
--- a/src/hypergraph.cc
+++ b/src/hypergraph.cc
@@ -168,7 +168,7 @@ read(Hypergraph& hg, vector<G::Rule*>& rules, G::Vocabulary& vocab, const string
}
e->rule = rules[e->rule_id_];
} else {
- // ERROR
+ assert(false); // ERROR
}
i++;
}