Skip to content

Commit

Permalink
error in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Morisset committed Sep 9, 2016
1 parent 2173b69 commit 873eab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyCloudy/c1d/cloudy_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def log_U_mean(self):
else:
return None

## log_U_mean_ne = \f$\frac{\int U.ne.dV}{\int ne.dV}\f$ [float]
## log_U_mean_ne = \f$\frac{\int U.ne.nH.dV}{\int ne.nH.dV}\f$ [float]
@property
def log_U_mean_ne(self):
""" log of mean value of U on the volume weighted by ne.nH"""
Expand Down Expand Up @@ -1222,6 +1222,7 @@ def get_cont_x(self, unit='Ryd'):
to_return = None
return to_return

## Return the continuum flux (stellar or nebular, depending on cont parameter
def get_cont_y(self, cont='incid', unit='es', dist_norm='at_earth'):
"""
param:
Expand Down

0 comments on commit 873eab1

Please sign in to comment.