"Source: Text/Geometry/GrdRng.text";
"Line: 2394";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/GrdRng.text, line: 2394
// Example: H125E10 ()
print "Example: H125E10";
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);
