diff options
Diffstat (limited to 'fast/hypergraph.hh')
-rw-r--r-- | fast/hypergraph.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fast/hypergraph.hh b/fast/hypergraph.hh index 699bfdf..299a62d 100644 --- a/fast/hypergraph.hh +++ b/fast/hypergraph.hh @@ -92,7 +92,7 @@ void read(Hypergraph& hg, vector<G::Rule*>& rules, const string& fn); // FIXME void -write(Hypergraph& hg, vector<G::Rule*>& rules, const string& fn); // TODO +write(Hypergraph& hg, vector<G::Rule*>& rules, const string& fn); // FIXME void manual(Hypergraph& hg, vector<G::Rule*>& rules); |