From 92a960a440830514013f2b6f88f7be7677fb6d22 Mon Sep 17 00:00:00 2001 From: hzhang Date: Sat, 30 Nov 2024 20:11:27 +0000 Subject: [PATCH] Change Remote --- src/Algebra/VectorSpaces/FVectorSpace.cs | 2 +- src/Algebra/Vectors/FVector.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Algebra/VectorSpaces/FVectorSpace.cs b/src/Algebra/VectorSpaces/FVectorSpace.cs index e13b1ff..6871aa9 100644 --- a/src/Algebra/VectorSpaces/FVectorSpace.cs +++ b/src/Algebra/VectorSpaces/FVectorSpace.cs @@ -3,7 +3,7 @@ using Skeleton.Algebra.VectorSpaces; namespace Skeleton.Algebra; -public partial class CategoryOf +public static partial class CategoryOf { public static partial class OnField where TScalar : notnull { diff --git a/src/Algebra/Vectors/FVector.cs b/src/Algebra/Vectors/FVector.cs index e663ea9..06a42d9 100644 --- a/src/Algebra/Vectors/FVector.cs +++ b/src/Algebra/Vectors/FVector.cs @@ -5,7 +5,7 @@ using Skeleton.Algebra.Vectors; namespace Skeleton.Algebra; -public partial class CategoryOf +public static partial class CategoryOf { public static partial class OnField where TScalar : notnull