oops lapsed back to python 0-based
This commit is contained in:
parent
2521a38635
commit
68390c3869
@ -459,7 +459,7 @@ function( perms, rest... )
|
|||||||
|
|
||||||
# one of perms[ 1 ], perms[ 2 ] must move all points
|
# one of perms[ 1 ], perms[ 2 ] must move all points
|
||||||
if Length(rest) > 0 then
|
if Length(rest) > 0 then
|
||||||
pts := rest[0];
|
pts := rest[1];
|
||||||
else
|
else
|
||||||
pts := MovedPoints( perms[ 2 ] );
|
pts := MovedPoints( perms[ 2 ] );
|
||||||
if pts = [] then
|
if pts = [] then
|
||||||
|
Loading…
Reference in New Issue
Block a user