Skip to content

Commit 91a0cc1

Browse files
disambiguate local variables
1 parent ba1941e commit 91a0cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinearClosuresForCAP/gap/LinearClosure.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ InstallGlobalFunction( INSTALL_FUNCTIONS_FOR_LINEAR_CLOSURE,
638638

639639
coeffs := ListX( CoefficientsList( alpha ), CoefficientsList( beta ), { a,b } -> a * b );
640640

641-
supp := ListX( SupportMorphisms( alpha ), SupportMorphisms( beta ), { alpha, beta } -> PreCompose( underlying_category, alpha, beta ) );
641+
supp := ListX( SupportMorphisms( alpha ), SupportMorphisms( beta ), { a, b } -> PreCompose( underlying_category, a, b ) );
642642

643643
return MorphismConstructor( cat, Source( alpha ), Pair( coeffs, supp ), Range( beta ) );
644644

0 commit comments

Comments
 (0)