On Mon Nov 20 10:40:31 2023 +0000, Conor McCarthy wrote:
I eliminated the loop for GEP, since the first index is different enough from the second. If more than two indices ever show up we can reinstate the loop starting at index 1.
I think that's a good idea. The code is much more readable now.