Skip to content
Snippets Groups Projects
Commit 2736bd37 authored by Elleanor Lamb's avatar Elleanor Lamb
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 629e6714
No related branches found
No related tags found
1 merge request!84Added multi-turn functionality for InducedVoltageResonator, and multiple RF station in ring
Pipeline #10202840 passed
...@@ -427,7 +427,6 @@ class _InducedVoltage: ...@@ -427,7 +427,6 @@ class _InducedVoltage:
self.induced_voltage[self.n_induced_voltage - self.induced_voltage[self.n_induced_voltage -
self.front_wake_buffer:] = 0 self.front_wake_buffer:] = 0
# Add the induced voltage of the current turn to the memory from # Add the induced voltage of the current turn to the memory from
# previous turns # previous turns
self.mtw_memory[:self.n_induced_voltage] += self.induced_voltage self.mtw_memory[:self.n_induced_voltage] += self.induced_voltage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment