* src/ltlvisit/formlength.cc (length_form_vistor): Rename as ..
(length_visitor): ... this. (form_length): Rename as ... (length): ... this. * src/ltlvisit/reducform.hh (form_length): Rename as ... (length): ... this. * src/ltltest/reduc.cc: Adjust.
This commit is contained in:
parent
92767ce9d2
commit
e0ec45ed14
4 changed files with 19 additions and 11 deletions
|
|
@ -75,7 +75,7 @@ namespace spot
|
|||
bool is_universal(const formula* f);
|
||||
|
||||
/// Length of a formula.
|
||||
int form_length(const formula* f);
|
||||
int length(const formula* f);
|
||||
|
||||
/// Type the first node of a formula.
|
||||
class node_type_form_visitor : public const_visitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue