vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

Fix RemoveSpectator after making holes in array #488

Closed jodavies closed 3 months ago

jodavies commented 3 months ago

Check that spectator names are not null pointers, before comparing.

RemoveSpectator leaves a hole in the SpectatorFiles array. One could fix this by moving all higher spectators to fill the hole, but creating new spectators later will at least fill the holes, currently.

Closes #231

tueda commented 3 months ago

Thanks!