Skip to content

Commit

Permalink
fixup: sync hpcgap version of vecmat.gi
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 30, 2019
1 parent 5d57e95 commit 3772086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hpcgap/lib/vecmat.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1645,9 +1645,9 @@ local sf, rep, ind, ind2, row, i,big,l;
return matrix;
end);

InstallMethod( ImmutableMatrix,"general,2",[IsObject,IsMatrix],0,
InstallMethod( ImmutableMatrix,"general,2",[IsObject,IsMatrixObj],0,
function(f,m)
return DoImmutableMatrix(f,m,false);
return ImmutableMatrix(f,m,false);
end);

InstallOtherMethod( ImmutableMatrix,"general,3",[IsObject,IsMatrix,IsBool],0,
Expand Down

0 comments on commit 3772086

Please sign in to comment.