"Source: Text/Geometry/GrdRng.text";
"Line: 2394";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/GrdRng.text, line: 2394
// Example: H128E10 ()
print "Example: H128E10";
ei := GetEchoInput();
SetEchoInput(true);
X := Fano(2,MakeBasket([[3,1,2,2]]),2);
X;
FanoGenus(X);
assert $1 eq 2;
FanoBaseGenus(X);
assert $1 eq 2;
Fano(2,MakeBasket([[3,1,2,2]]),3);
SetEchoInput(ei);
