From 8775b5aef249081a95a64444dd8abad78c03fef6 Mon Sep 17 00:00:00 2001 From: Marc Berliner <34451391+MarcBerliner@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:09:50 -0500 Subject: [PATCH] Added `model_output` as an export --- src/PETLION.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PETLION.jl b/src/PETLION.jl index 1cf4799..279c6ff 100644 --- a/src/PETLION.jl +++ b/src/PETLION.jl @@ -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 \ No newline at end of file +end # module