Skip to content

Commit 7eba308

Browse files
committed
specified variety in calls to sheaf
1 parent c737b15 commit 7eba308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M2/Macaulay2/packages/Varieties/SheafMaps.m2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ lift'(SheafMap,ZZ) := SheafMap => (shphi,e) -> (
309309
phi := matrix shphi;
310310
M := module source shphi;
311311
eta := inducedMap(truncate(e, M, MinimalGenerators => false), source phi);
312-
sheaf(lift'(phi, eta), e))
312+
sheaf(variety shphi, lift'(phi, eta), e))
313313

314314
--lifts a sheaf map shphi represented by a module map
315315
--phi : M(\geq d) --> N to a map M(\geq e) --> N that represents

0 commit comments

Comments
 (0)