"Source: Text/System/Par.text";
"Line: 1511";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 1511
// Example: H5E14 ()
print "Example: H5E14";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
SetNthreads(32);
L := Lattice(LatticeDatabase(), 105, 1);
B := Basis(L);
w := 3* B[23] + 7*B[37];
time cv40 := CloseVectors(L, w, 40, 40);
#cv40;
SetEchoInput(ei);
