From 645d697f4541d852adc16f5c3e2386c5c64cb8d7 Mon Sep 17 00:00:00 2001 From: vsnever Date: Thu, 11 Jul 2024 00:32:46 +0200 Subject: [PATCH] Brake variable declaration line in BeamCXLine._composite_cx_rate() into several lines. --- cherab/core/model/beam/charge_exchange.pyx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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