Skip to content

Commit

Permalink
Added model_output as an export
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcBerliner committed Jan 7, 2022
1 parent 4eacfae commit 8775b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PETLION.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ const run_model! = simulate!
const options_model = options_simulation
const model_output = solution

export Params, run_model, run_model!, options_model
export Params, run_model, run_model!, options_model, model_output

end # module
end # module

0 comments on commit 8775b5a

Please sign in to comment.