diff --git a/cherab/core/model/beam/charge_exchange.pyx b/cherab/core/model/beam/charge_exchange.pyx index 12650ddb..83fe237f 100644 --- a/cherab/core/model/beam/charge_exchange.pyx +++ b/cherab/core/model/beam/charge_exchange.pyx @@ -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