Skip to content

Commit

Permalink
One more rename
Browse files Browse the repository at this point in the history
  • Loading branch information
paemurru committed Sep 25, 2024
1 parent 52da892 commit 4ad9d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/Schemes/src/BlowupMorphism.jl
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ function Base.show(io::IO, Bl::AbsSimpleBlowupMorphism)
if is_terse(io)
print(io, "Blowup morphism")
else
print(io, "Blow-down: ", Lowercase(), domain(Bl))
print(io, "Blow-up: ", Lowercase(), domain(Bl))
print(io, " -> ", Lowercase(), codomain(Bl))
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ julia> inc_E = Oscar.CoveredClosedEmbedding(domain(pr), JJ);
julia> comp = Oscar.composite_map(inc_E, pr)
Composite morphism of
Hom: scheme over QQ covered with 2 patches -> scheme over QQ covered with 2 patches
Blow-down: scheme over QQ covered with 2 patches -> scheme over QQ covered with 1 patch
Blow-up: scheme over QQ covered with 2 patches -> scheme over QQ covered with 1 patch
julia> Oscar.maps(comp)[1] === inc_E
true
Expand Down

0 comments on commit 4ad9d7e

Please sign in to comment.