Skip to content

Commit

Permalink
whoa
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jun 8, 2024
1 parent e146a28 commit ca4269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canonical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Base.@kwdef struct Model <: A.AbstractFBCModel
reactions::Dict{String,Reaction} = Dict()
metabolites::Dict{String,Metabolite} = Dict()
genes::Dict{String,Gene} = Dict()
couplings::Dict{String,CouplingBound} = Dict()
couplings::Dict{String,Coupling} = Dict()
end

Base.show(io::Base.IO, ::MIME"text/plain", x::Model) = A.pretty_print_kwdef(io, x)
Expand Down

0 comments on commit ca4269e

Please sign in to comment.