**Describe the bug** Reading the code for MCPL_Output it seems that it allocates an unused array for position X on line 205, https://github.com/mccode-dev/McCode/blob/8965599cf393a38cdcbf5a89d9687e0b6b5df29e/mcstas-comps/misc/MCPL_output.comp#L205 Is this intended or did the extra allocation sneak its way in somehow?
Describe the bug
Reading the code for MCPL_Output it seems that it allocates an unused array for position X on line 205,
McCode/mcstas-comps/misc/MCPL_output.comp
Line 205 in 8965599
Is this intended or did the extra allocation sneak its way in somehow?