Skip to content

Commit

Permalink
closes #277
Browse files Browse the repository at this point in the history
increased priority of Eval method for zero matrices
  • Loading branch information
mohamed-barakat committed Aug 29, 2019
1 parent 5188748 commit 615fe54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MatricesForHomalg/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PackageName := "MatricesForHomalg",
Subtitle := "Matrices for the homalg project",

Version := Maximum( [
"2019.08.27", ## Mohamed's version
"2019.08.28", ## Mohamed's version
## this line prevents merge conflicts
"2019.02.11", ## Fabian's version
## this line prevents merge conflicts
Expand Down
2 changes: 1 addition & 1 deletion MatricesForHomalg/gap/Tools.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ end );
## <Listing Type="Code"><![CDATA[
InstallMethod( Eval,
"for homalg matrices (IsZero)",
[ IsHomalgMatrix and IsZero and HasNrRows and HasNrColumns ], 20,
[ IsHomalgMatrix and IsZero and HasNrRows and HasNrColumns ], 40,

function( C )
local R, RP, z;
Expand Down

0 comments on commit 615fe54

Please sign in to comment.