From e8f0359e18f1dd1190fcb00a5950219e9643dba3 Mon Sep 17 00:00:00 2001 From: Folkert Nobels <nobels@strw.leidenuniv.nl> Date: Tue, 26 Feb 2019 17:35:38 +0100 Subject: [PATCH] Isolated galaxy example: change Birth_time to BirthTime similar as has been done in the code --- .../IsolatedGalaxy/IsolatedGalaxy_starformation/plotSolution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/plotSolution.py b/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/plotSolution.py index 4e5fcf2ceb..89a8792314 100644 --- a/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/plotSolution.py +++ b/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/plotSolution.py @@ -101,7 +101,7 @@ gas_sSFR = gas_SFR / gas_mass # Read the Star properties stars_pos = f["/PartType4/Coordinates"][:, :] stars_BirthDensity = f["/PartType4/BirthDensity"][:] -stars_BirthTime = f["/PartType4/Birth_time"][:] +stars_BirthTime = f["/PartType4/BirthTime"][:] stars_XH = f["/PartType4/ElementAbundance"][:,0] # Centre the box -- GitLab