Skip to content

Commit

Permalink
whoops again
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jun 8, 2024
1 parent ca4269e commit 5f482f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accessors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $(TYPEDSIGNATURES)
Lower and upper bounds of all couplings in the model.
"""
coupling(a::AbstractFBCModel)::Tuple{Vector{Float64},Vector{Float64}} =
coupling_bounds(a::AbstractFBCModel)::Tuple{Vector{Float64},Vector{Float64}} =
(fill(-Inf, n_couplings(a)), fill(Inf, n_couplings(a)))

"""
Expand Down

0 comments on commit 5f482f0

Please sign in to comment.