Skip to content

Commit

Permalink
nEZ to fEZ
Browse files Browse the repository at this point in the history
  • Loading branch information
deanthedream committed Mar 3, 2020
1 parent b6d7d8d commit 17b90fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXOSIMS/Prototypes/SimulatedUniverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def dump_systems(self):
'star':self.TargetList.Name[self.plan2star]}
if not self.commonSystemInclinations == None:
systems['starI'] = self.TargetList.I
if self.ZodiacalLight.commonSystemnEZ:
if self.ZodiacalLight.commonSystemfEZ:
systems['starnEZ'] = self.ZodiacalLight.nEZ

return systems
Expand Down

0 comments on commit 17b90fe

Please sign in to comment.