Skip to content

Commit

Permalink
Update recursion to reference CuspFormBasis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKBreen committed Dec 12, 2023
1 parent 933ecbf commit aa08d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModFrmHilD/Basis.m
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ intrinsic CuspFormBasisViaTrace(Mk::ModFrmHilD : IdealClassesSupport:=false, fai
for dd in Old do
chidd := Restrict(chi, dd, ii);
Mkdd := HMFSpace(M, dd, k, chidd);
B cat:= &cat[ Inclusion(f,Mk) : f in $$(Mkdd : IdealClassesSupport:=IdealClassesSupport) ];
B cat:= &cat[ Inclusion(f,Mk) : f in CuspFormBasis(Mkdd) ];
// Remove linear dependent forms
B := (#B ne 0) select Basis(B) else B;
end for;
Expand Down

0 comments on commit aa08d20

Please sign in to comment.