Skip to content
Snippets Groups Projects
Unverified Commit a4761a5b authored by St. Elmo's avatar St. Elmo
Browse files

format again

parent 9a32a708
No related branches found
No related tags found
No related merge requests found
......@@ -393,8 +393,7 @@ end
end
end
@doc @_change_bound_s_bang("CoreModel", "rxn_idx", "Int", "2", :singular, :inplace)
function change_bound!(
@doc @_change_bound_s_bang("CoreModel", "rxn_idx", "Int", "2", :singular, :inplace) function change_bound!(
model::CoreModel,
rxn::Int;
lower_bound = nothing,
......@@ -426,8 +425,7 @@ end
)
end
@doc @_change_bound_s_bang("CoreModel", "rxn_id", "String", "\"PFL\"", :singular, :inplace)
function change_bound!(
@doc @_change_bound_s_bang("CoreModel", "rxn_id", "String", "\"PFL\"", :singular, :inplace) function change_bound!(
model::CoreModel,
rxn_id::String;
lower_bound = nothing,
......@@ -464,8 +462,7 @@ end
return m
end
@doc @_change_bound_s_bang("CoreModel", "rxn_idx", "Int", "2", :singular, :notinplace)
function change_bound(
@doc @_change_bound_s_bang("CoreModel", "rxn_idx", "Int", "2", :singular, :notinplace) function change_bound(
model::CoreModel,
rxn::Int;
lower_bound = nothing,
......
......@@ -380,8 +380,7 @@ end
end
end
@doc @_change_bound_s_bang("CoreModelCoupled", "rxn_idx", "Int", "2", :singular, :inplace)
function change_bound!(
@doc @_change_bound_s_bang("CoreModelCoupled", "rxn_idx", "Int", "2", :singular, :inplace) function change_bound!(
model::CoreModelCoupled,
rxn::Int;
lower_bound = nothing,
......
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