Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Aug 26, 2024
1 parent 8e7ae60 commit bb42b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/janus/utils/atmosphere_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def setPlanetProperties(self, pl_radius:float, pl_mass:float):
self.grav_s = phys.G*self.planet_mass/(self.planet_radius**2) # m s-2
self.grav_z[0] = self.grav_s

def setVolatiles(self, vol_mixing: dict)
def setVolatiles(self, vol_mixing: dict):

tot_mixing = float(sum(vol_mixing.values())) # Ensure mixing ratios add up to unity
self.vol_list = {}
Expand Down

0 comments on commit bb42b6f

Please sign in to comment.