"Source: Text/System/Par.text";
"Line: 1444";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 1444
// Example: H5E13 ()
print "Example: H5E13";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
SetNthreads(32);
L := Lattice(LatticeDatabase(), 105, 1);
sv40 := ShortVector(L, 40, 40);
sv40;
Norm(sv40);
SetEchoInput(ei);
