Skip to content

Commit 7d3f41b

Browse files
Fix for SubdigraphsMonomorphisms
1 parent 92c09bd commit 7d3f41b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gap/grahom.gi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ function(H, G)
362362
[], # partial_map
363363
fail, # colors1
364364
fail, # colors2
365-
DigraphWelshPowellOrder(H));
365+
DigraphWelshPowellOrder(H),
366+
Group(()));
366367
if Length(map) <> 0 then
367368
Add(result, map[1]);
368369
fi;

0 commit comments

Comments
 (0)