We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2302868 commit 963d719Copy full SHA for 963d719
gap/tools.gi
@@ -90,7 +90,7 @@ InstallMethod( IsCompatiblePolyhedronList,
90
function ( list )
91
local i;
92
93
- if not ForAll( [1,2,4,5], i -> list[i] in NonnegativeIntegers) then
+ if not ForAll( [1,4,5], i -> list[i] in NonnegativeIntegers) then
94
return Error( "The first five entries must be non-negative integers" );
95
fi;
96
0 commit comments