diff options
author | Patrick Simianer <p@simianer.de> | 2014-08-17 07:51:16 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-08-17 07:51:16 +0100 |
commit | 190f68c880eb27506669e95e2bc0493e2ec42c4c (patch) | |
tree | 26dbe66018a966613b2bf59761661131057a6ef5 /fast/hypergraph.hh | |
parent | 0b3cdb4ae2fa176ba74a48ff7a1616395079c151 (diff) |
functional again
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); |