Skip to content
Snippets Groups Projects
Commit e8f0359e authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Isolated galaxy example: change Birth_time to BirthTime similar as has been done in the code

parent feb8c0b8
No related branches found
No related tags found
1 merge request!745Rewrite of MPI loops - Add stellar feedback loops
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment