Skip to content

Commit

Permalink
fixed MutableCopyMatrix in init.g
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Jan 6, 2024
1 parent 1cb400b commit 3158e58
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 @@ -11,6 +11,9 @@ fi;
if not IsBound( IsMatrixOrMatrixObj ) then
BindGlobal( "IsMatrixOrMatrixObj", IsMatrix );
fi;
if not IsBound( MutableCopyMatrix ) then
BindGlobal( "MutableCopyMatrix", ShallowCopy );
fi;

## read the function declarations

Expand Down

0 comments on commit 3158e58

Please sign in to comment.