Skip to content

Commit

Permalink
Don't use undocumented InstallGlobalFunction argument
Browse files Browse the repository at this point in the history
It's not just undocumented, it is also not used, and never was.
  • Loading branch information
fingolfin authored and alex-konovalov committed Nov 6, 2019
1 parent dcbe7e8 commit 675b190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ybe.gi
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ InstallMethod(YB2CycleSet,
end);

InstallGlobalFunction(YB_xy,
"for a set-theoretical solution",
function(obj, x, y)
return [LMatrix(obj)[x][y], RMatrix(obj)[y][x]];
#return [obj!.l_actions[x][y], obj!.r_actions[y][x]];
Expand Down

0 comments on commit 675b190

Please sign in to comment.