Skip to content

Commit 7b4ecce

Browse files
committed
minor formatting changes
1 parent 76eedce commit 7b4ecce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zeus21/sfrd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
JHU - July 2024
1010
1111
Edited by Emily Bregou
12-
UT Austin - March 2026
12+
UT Austin - April 2026
1313
"""
1414

1515
from . import cosmology
@@ -792,6 +792,7 @@ def dMh_dt(Astro_Parameters, Cosmo_Parameters, HMF_interpolator, massVector, z):
792792
Mh = massVector
793793

794794
if(Astro_Parameters.astromodel == False): #GALLUMI-like
795+
795796
if(Astro_Parameters.accretion_model == 'Exp'): #exponential accretion
796797
dMhdz = massVector * constants.ALPHA_accretion_exponential
797798
Mhdot = dMhdz*cosmology.Hubinvyr(Cosmo_Parameters,z)*(1.0+z)

0 commit comments

Comments
 (0)