"Source: Text/Geometry/ModAbVar.text";
"Line: 2630";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 2630
// Example: H145E51 ()
print "Example: H145E51";
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);
