Skip to content
Snippets Groups Projects
Commit 2a11fefe authored by Peter Jentsch's avatar Peter Jentsch
Browse files

add degree display

parent 8d0333c7
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,8 @@ function solve!(modelsol)
modelsol.u_vac .= modelsol.u_next_vac
modelsol.u_inf .= modelsol.u_next_inf
display(mean.(modelsol.output_data.avg_weighted_degree))
end
end
......
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