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 5, 2024
1 parent bf0b62f commit 31fcc4f
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 31fcc4f

Please sign in to comment.