Skip to content

Commit

Permalink
Brake variable declaration line in BeamCXLine._composite_cx_rate() in…
Browse files Browse the repository at this point in the history
…to several lines.
  • Loading branch information
vsnever committed Jul 10, 2024
1 parent b2230cb commit 645d697
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cherab/core/model/beam/charge_exchange.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ cdef class BeamCXLine(BeamModel):
"""

cdef:
double z_effective, b_field, rate, total_population, population, effective_rate, ion_density
double ion_density, z_effective
double b_field
double rate, effective_rate
double population, total_population
BeamCXPEC cx_rate
list population_data

Expand Down

0 comments on commit 645d697

Please sign in to comment.