Skip to content

Commit

Permalink
change GC status as subhalos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gilman committed Nov 1, 2024
1 parent 911c9f4 commit 31f6734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyHalo/Halos/HaloModels/powerlaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def __init__(self, mass, x, y, z, lens_cosmo_instance, args, unique_tag):
self._prof = SPLCORE()
self._lens_cosmo = lens_cosmo_instance
mdef = 'SPL_CORE'
super(GlobularCluster, self).__init__(mass, x, y, None, mdef, z, True,
is_subhalo = False
super(GlobularCluster, self).__init__(mass, x, y, None, mdef, z, is_subhalo,
lens_cosmo_instance, args, unique_tag)

@property
Expand Down

0 comments on commit 31f6734

Please sign in to comment.