Skip to content
Snippets Groups Projects
Verified Commit 4a046d03 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

put back fct signature with string

parent a2a1de25
No related branches found
No related tags found
No related merge requests found
......@@ -440,3 +440,5 @@ end
change_objective!(model::CoreModelCoupled, rxn_xid::Int) =
change_objective!(model.lm, [rxn_xid])
change_objective!(model::CoreModelCoupled, rxn_id::String) =
change_objective!(model, [rxn_id])
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