Skip to content

Commit

Permalink
digraph.xml: accommodate GAP ViewString changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed May 10, 2020
1 parent 4b084fb commit 66a202c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/digraph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ gap> adj := function(x, y)
function( x, y ) ... end
gap> digraph := Digraph(AsList(f), adj);
<immutable digraph with 81 vertices, 2430 edges>
gap> group := Group(Z(3));
<group with 1 generators>
gap> group := Group(Z(3));;
gap> act := \*;
<Operation "*">
gap> digraph := Digraph(group, List(f), act, adj);
Expand Down

0 comments on commit 66a202c

Please sign in to comment.