(relation_print, relation_digraph):
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Dec 2004 06:13:07 +0000 (06:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Dec 2004 06:13:07 +0000 (06:13 +0000)
commit7b21ee09daf2163a7195637028d0c167005140aa
treec3ac584284b994112520c7b843451dcad4ceb73b
parent88636fbd496dd13204395b89ac6d50cf907ff349
(relation_print, relation_digraph):
Relation sizes are of type relation_node, not size_t (this is
merely a doc fix, since the two types are equivalent).
(relation_transpose): Relation sizes are of type relation_node,
not int.
(top, infinity): Now of type relation_node, not int.
(traverse, relation_transpose): Use relation_node, not int.
src/relation.c