Skip to content

Commit

Permalink
Fix for SubdigraphsMonomorphisms
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 6, 2024
1 parent 92c09bd commit 7d3f41b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gap/grahom.gi
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ function(H, G)
[], # partial_map
fail, # colors1
fail, # colors2
DigraphWelshPowellOrder(H));
DigraphWelshPowellOrder(H),
Group(()));
if Length(map) <> 0 then
Add(result, map[1]);
fi;
Expand Down

0 comments on commit 7d3f41b

Please sign in to comment.