oops lapsed back to python 0-based

This commit is contained in:
Glen Whitney 2017-10-24 23:12:35 +02:00
parent 2521a38635
commit 68390c3869
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ function( perms, rest... )
# one of perms[ 1 ], perms[ 2 ] must move all points
if Length(rest) > 0 then
pts := rest[0];
pts := rest[1];
else
pts := MovedPoints( perms[ 2 ] );
if pts = [] then