Skip to content
Snippets Groups Projects
Commit a9035eca authored by cylon-x's avatar cylon-x :robot: Committed by St. Elmo
Browse files

automatic formatting changes

Former-commit-id: 86d2f860
parent 0e758e20
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,9 @@ are reactions with a single stoichiometric coefficient in a column in the
stoichiometric matrix, and boundary metabolites are the corresponding row/metabolite
for that column.
"""
function boundary_reactions_metabolites(model::MetabolicModel)::Tuple{Vector{String}, Vector{String}}
function boundary_reactions_metabolites(
model::MetabolicModel,
)::Tuple{Vector{String},Vector{String}}
boundary_mets = String[]
boundary_rxns = String[]
S = stoichiometry(model)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment