> < ^ Date: Thu, 10 Aug 1995 22:40:00 +0100
> < ^ From: Jean Michel <jmichel@math.jussieu.fr >
> ^ Subject: A small bug in the gap library
I have noticed a bug in the function Cycles() in operatio.g.
It does not work (goes into an infinite loop) when the 3rd argument
is different from OnPairs or OnPoints.
  The fix is to replace line 368 of operatio.g which reads
                img := opr( D[1], g );
  by
                img := opr( img, g );

Jean MICHEL


> < [top]