Skip to content

Commit 951fd3b

Browse files
committed
Work towards fixing PreservedSesquilinearForms
1 parent 2e546e8 commit 951fd3b

File tree

3 files changed

+218
-109
lines changed

3 files changed

+218
-109
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
SetPackageInfo( rec(
1111
PackageName := "Forms",
1212
Subtitle := "Sesquilinear and Quadratic",
13-
Version := "1.2.9",
14-
Date := "14/10/2022",
13+
Version := "1.2.10",
14+
Date := "21/11/2023",
1515
License := "GPL-2.0-or-later",
1616

1717
SourceRepository := rec(

lib/recognition.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
DeclareGlobalFunction( "ClassicalForms_ScalarMultipleFrobenius" );
2525
DeclareGlobalFunction( "ClassicalForms_GeneratorsWithoutScalarsFrobenius" );
26-
DeclareGlobalFunction( "ClassicalForms_ScalarMultipleDual" );
26+
DeclareGlobalFunction( "ClassicalForms_PossibleScalarsBilinear" );
2727
DeclareGlobalFunction( "ClassicalForms_GeneratorsWithoutScalarsDual" );
2828
DeclareGlobalFunction( "ClassicalForms_Signum2" );
2929
DeclareGlobalFunction( "ClassicalForms_Signum" );

0 commit comments

Comments
 (0)