Skip to content

Commit

Permalink
edit globular cluster class
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gilman committed Nov 6, 2024
1 parent 9e044c7 commit ef89570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyHalo/Halos/HaloModels/powerlaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def profile_args(self):
r_core_kpc = r_core_fraction * gc_size_kpc
rho0 = self.mass / self._prof.mass_3d(gc_size_kpc, 1.0, r_core_kpc, gamma)
self._profile_args = {'rho0': rho0, 'gc_size': gc_size_kpc,
'gamma': gamma, 'r_core_arcsec': r_core_kpc}
'gamma': gamma, 'r_core_kpc': r_core_kpc}
return self._profile_args

@property
Expand Down

0 comments on commit ef89570

Please sign in to comment.