Skip to content

Commit

Permalink
finalize RangeCategoryOfHomomorphismStructure in LinearClosure
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Nov 23, 2023
1 parent 2a0e672 commit 7353b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FreydCategoriesForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FreydCategoriesForCAP",
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
Version := "2023.11-01",
Version := "2023.11-02",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down
4 changes: 2 additions & 2 deletions FreydCategoriesForCAP/gap/LinearClosure.gi
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ InstallGlobalFunction( INSTALL_FUNCTIONS_FOR_LINEAR_CLOSURE,

finsets := RangeCategoryOfHomomorphismStructure( underlying_category );

rows := CategoryOfRows( ring : overhead := false );
rows := CategoryOfRows( ring : overhead := false, FinalizeCategory := true );

SetRangeCategoryOfHomomorphismStructure( category, rows );
SetIsEquippedWithHomomorphismStructure( category, true );

Expand Down

0 comments on commit 7353b0f

Please sign in to comment.