Skip to content

Commit

Permalink
fixed IsMatrixOrMatrixObj in init.g
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Jan 6, 2024
1 parent 264bd22 commit 1cb400b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
if not IsBound( PreImagesRepresentativeNC ) then
BindGlobal( "PreImagesRepresentativeNC", PreImagesRepresentative );
fi;
if not IsBound( IsMatrixOrMatrixObj ) then
BindGlobal( "IsMatrixOrMatrixObj", IsMatrix );
fi;

## read the function declarations

Expand Down

0 comments on commit 1cb400b

Please sign in to comment.