Commit 85523a5833414946ee934a387c64cdcc2579eeee

Authored by Jalabert
1 parent eb0979a8
Exists in master

spelling correction

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
four_levels_model.py
... ... @@ -91,7 +91,7 @@ class HeatingGas:
91 91 star_radius : float,
92 92 star radius, in unit of solar radius
93 93 n_e : float,
94   - electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogene density)
  94 + electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogen density)
95 95 parsec : float,
96 96 distance in parsec from the star
97 97 fc_pah : float,
... ...
three_levels_model.py
... ... @@ -91,7 +91,7 @@ class HeatingGas:
91 91 star_radius : float,
92 92 star radius, in unit of solar radius
93 93 n_e : float,
94   - electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogene density)
  94 + electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogen density)
95 95 parsec : float,
96 96 distance in parsec from the star
97 97 fc_pah : float,
... ...