Skip to content

Commit

Permalink
Update experimental/FTheoryTools/src/G4Fluxes/special_attributes.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <[email protected]>
  • Loading branch information
HereAround and fingolfin authored Jan 13, 2025
1 parent 1211766 commit d91377a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions experimental/FTheoryTools/src/G4Fluxes/special_attributes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ function well_quantized_ambient_space_models_of_g4_fluxes(m::AbstractFTheoryMode


# (3) Are intersection numbers known?
inter_dict = if has_attribute(m, :inter_dict)
get_attribute(m, :inter_dict)
else
inter_dict = get_attribute(m, :inter_dict) do
Dict{NTuple{4, Int64}, ZZRingElem}()
end::Dict{NTuple{4, Int64}, ZZRingElem}
s_inter_dict = if has_attribute(m, :s_inter_dict)
Expand Down

0 comments on commit d91377a

Please sign in to comment.