diff --git a/experimental/Schemes/src/ToricBlowups/types.jl b/experimental/Schemes/src/ToricBlowups/types.jl index 0c814165e57..56d183acea1 100644 --- a/experimental/Schemes/src/ToricBlowups/types.jl +++ b/experimental/Schemes/src/ToricBlowups/types.jl @@ -73,6 +73,9 @@ if has_attribute(v, :has_torusfactor) set_attribute!(bl, :has_torusfactor, has_torusfactor(v)) end + if has_attribute(v, :is_orbifold) + set_attribute!(bl, :is_orbifold, is_orbifold(v)) + end return bl end @@ -92,6 +95,9 @@ if has_attribute(v, :has_torusfactor) set_attribute!(bl, :has_torusfactor, has_torusfactor(v)) end + if has_attribute(v, :is_orbifold) + set_attribute!(bl, :is_orbifold, is_orbifold(v)) + end return bl end end