On Friday 16 August 2002 4:35 pm, John Levon wrote: > > > Then do something like "igp.rotate == rotvalue != 0.0;" > > > to enable it as necessary
> > support/lyxlib.h: if (float_equal(var, number, 0.0001)) > again that's not needed in this case is it ?? More barminess. rotvalue is a float. You should never, ever compare exact values. Angus