Skip to content

Commit

Permalink
[FTheoryTools] Wording change
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew P Turner <[email protected]>
  • Loading branch information
HereAround and apturner authored Jul 26, 2024
1 parent fd48c7d commit d6cbb34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ true
function chern_class_c1(m::AbstractFTheoryModel; check::Bool = true)
@req (m isa WeierstrassModel || m isa GlobalTateModel || m isa HypersurfaceModel) "First Chern class of F-theory model supported for Weierstrass, global Tate and hypersurface models only"
@req base_space(m) isa NormalToricVariety "First Chern class of F-theory model currently supported only for toric base"
@req ambient_space(m) isa NormalToricVariety "Firfalsest Chern class of F-theory model currently supported only for toric ambient space"
@req ambient_space(m) isa NormalToricVariety "First Chern class of F-theory model currently supported only for toric ambient space"

# Check if the answer is known
if has_attribute(m, :chern_class_c1)
Expand Down

0 comments on commit d6cbb34

Please sign in to comment.