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 Jul 12, 2019
1 parent cb79cdf commit a323d50
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 @@ -1657,9 +1657,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 a323d50

Please sign in to comment.