Skip to content

Commit

Permalink
Added test case, changed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi authored and fingolfin committed Feb 9, 2021
1 parent c0d1dbc commit 69b21d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alglie.gi
Original file line number Diff line number Diff line change
Expand Up @@ -3752,7 +3752,7 @@ InstallGlobalFunction( FreeLieAlgebra, function( arg )
od; od;
od;
od;
if degree<1 then B := []; else B := B[degree]; fi;
if degree<1 then B := []; else B := B[degree]; fi;
return FreeLeftModule( R, List( B,
p->ElementOfMagmaRing( F, zero, [ one ], [ p[3] ] )), Zero(L));
end) );
Expand Down

0 comments on commit 69b21d4

Please sign in to comment.