MethodicalAcceleratorDesign / MAD-NG

MAD Next-Generation official repository
GNU General Public License v3.0
32 stars 11 forks source link

Fix Multipole Shortcut #356

Closed jgray-19 closed 1 year ago

jgray-19 commented 1 year ago

Before

If nmul > 0 or ksi == 0, skip the map

After

If nmul == 0 and ksi == 0, skip the map