Dear GAP-Forum,
Luc Teirlinck wrote:
>
> My guess is that you can just put:
>
> if not CompareVersionNumbers( VERSION, "4.4" ) then
> SetIsGroupOfAutomorphismsFiniteGroup:="";
> fi;
In such case I would rather set the function to `Ignore' than to an empty
string. If it gets called, the empty string will cause a syntax error while
`Ignore' is a function that can be called with arbitrary agruments and does
nothing.
Best,
Alexander Hulpke