"Source: Text/LieTheory/GrpCox.text";
"Line: 2501";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 2501
// Example: H105E33 ()
print "Example: H105E33";
ei := GetEchoInput();
SetEchoInput(true);
SetVerbose("WGraph",1);
wtable, W :=Partition2WGtable([4,4,3,1]);
wg := WGtable2WG(wtable);
TestWG(W,wg);
SetEchoInput(ei);
