Skip to content

Commit 57da3c2

Browse files
author
Tom Kuhmichel
committed
Rename DirectSumProjectionInPushout
to PushoutProjectionFromDirectSum
1 parent 8afafc0 commit 57da3c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AttributeCategoryForCAP/gap/AttributeCategory.gi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,15 +532,15 @@ InstallGlobalFunction( CAP_INTERNAL_DERIVE_STRUCTURE_FUNCTIONS_OF_UNIVERSAL_OBJE
532532
end );
533533

534534
derivation_record.Pushout := rec(
535-
uses := [ "DirectSumProjectionInPushout", "DirectSum" ],
535+
uses := [ "PushoutProjectionFromDirectSum", "DirectSum" ],
536536
derivation := function( diagram, pushout )
537537
local underlying_diagram, direct_sum_diagram;
538538

539539
underlying_diagram := List( diagram, UnderlyingCell );
540540

541541
direct_sum_diagram := List( diagram, Range );
542542

543-
return colift_operation( DirectSumProjectionInPushout( underlying_diagram ),
543+
return colift_operation( PushoutProjectionFromDirectSum( underlying_diagram ),
544544
DirectSum( direct_sum_diagram ) );
545545

546546
end );

CAP/examples/VectorSpacesFinalizeTest.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ AddKernelLift( vecspaces,
150150

151151
end );
152152

153-
## Methods needed for DirectSumProjectionInPushout
153+
## Methods needed for PushoutProjectionFromDirectSum
154154

155155
##
156156
AddCokernelObject( vecspaces,

0 commit comments

Comments
 (0)