Close a parenthesis.

This commit is contained in:
Glen Whitney 2017-10-17 21:59:04 +02:00
parent 75fe6fa0e3
commit 66b00d7d34
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function( ls )
T[ i ][ j ] := Position( entries, ls[ i ][ j ] );
od; od;
return T;
end
end);
#############################################################################
##