----- Original Message ----- From: "Jonathan Osuch" <osuchj@avalon.net> To: "Fractint and General Fractals Discussion" <fractint@mailman.xmission.com> Sent: Monday, May 26, 2003 3:15 PM Subject: Re: [Fractint] Multifractal On Monday 19 May 2003 06:24 am, Albrecht Niekamp wrote:
endif bo<=ba ;z<=bailout } The value in z has changed, and bo != |z|.
I thought I saw this fixed once, but I can't seem to find it.
I know that the z value is different and I did that for 2 reasons: to have an initial value for the following expressions and to avoid an unwanted bailout caused by any of them.
And the problem with that would be that the value in z is used for all the coloring options and periodicity checking (I know, you turn off periodicity checking). Yes, and that must be so as the following routines check when the next switch to another frm is due and to set the "z" and "c" values for the next iteration round if so. These must not be used for coloring. Please check todays posting, I think I have found what caused that bug. Regards, Al.