Commit c8415783c028c113a3c8af1e8817386dc16f60cb

Authored by Jalabert
1 parent 2ba9e7ab
Exists in master

spelling correction

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
four_levels_model.py
... ... @@ -391,4 +391,4 @@ class HeatingGas:
391 391 self.total_gas_heating = total_injected_power * (self.fc_pah/self.n_c) * 2.7e-4
392 392 #2.7e-4 : elemental abundance of C relative to H (Tielens 2021)
393 393  
394   - return self.total_gas_heating, self.g_0 , self.gamma, self.t_gas, self.n_e, self.n_c
395 394 \ No newline at end of file
  395 + return self.total_gas_heating, self.heating_efficiency, self.g_0 , self.gamma, self.t_gas, self.n_e, self.n_c
396 396 \ No newline at end of file
... ...