Skip to content

Commit

Permalink
[FtheoryTools] Set return value of basis_of_h22
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround committed Nov 1, 2024
1 parent 4f19d60 commit a22e240
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions experimental/FTheoryTools/src/G4Fluxes/special_attributes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ julia> betti_number(Y, 4) == length(h22_basis)
true
```
"""
function basis_of_h22(v::NormalToricVariety; check::Bool = true)
#function basis_of_h22(v::NormalToricVariety; check::Bool = true)::Vector{CohomologyClass}
function basis_of_h22(v::NormalToricVariety; check::Bool = true)::Vector{CohomologyClass}

# (0) Some initial checks
if check
Expand Down

0 comments on commit a22e240

Please sign in to comment.