"Source: Text/Geometry/ModAbVar.text";
"Line: 2630";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 2630
// Example: H148E51 ()
print "Example: H148E51";
ei := GetEchoInput();
SetEchoInput(true);
J := JZero(37); 
D := Decomposition(J);
H1 := Homology(D[1]);  H2 := Homology(D[2]);
IsAttachedToModularSymbols(H1);
assert not $1;
Lattice(H1);
Lattice(H2);
SetEchoInput(ei);
