Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Oct 3, 2023
1 parent a21fc7c commit 3391193
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions M2/Macaulay2/m2/varieties.m2
Original file line number Diff line number Diff line change
Expand Up @@ -516,15 +516,9 @@ Hom(CoherentSheaf, SheafOfRings) :=
Hom(CoherentSheaf, CoherentSheaf) := Module => (F, G) -> HH^0(variety F, sheafHom(F, G))

sheafExt = new ScriptedFunctor from {
<<<<<<< HEAD
superscript => i -> new ScriptedFunctor from {
-- sheafExt^1(F, G)
argument => X -> applyMethod''(sheafExt, functorArgs(i, X))
=======
superscript => i -> new Functor from {
-- sheafExt^i(F, G)
argument => X -> applyFunctor''(sheafExt, functorArgs(i, X))
>>>>>>> dc8097f373 (added more details for prune and Ext of sheaves)
},
argument => X -> applyMethod''(sheafExt, X)
}
Expand Down

0 comments on commit 3391193

Please sign in to comment.