Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site mcnc.mcnc.UUCP
Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!jnw
From: jnw@mcnc.UUCP (John White)
Newsgroups: net.graphics
Subject: Re: Mandelbrot set problem
Message-ID: <984@mcnc.mcnc.UUCP>
Date: Tue, 12-Nov-85 19:47:30 EST
Article-I.D.: mcnc.984
Posted: Tue Nov 12 19:47:30 1985
Date-Received: Thu, 14-Nov-85 07:46:32 EST
References: <983@mcnc.mcnc.UUCP>
Distribution: net
Organization: Microelectronics Center of NC; RTP, NC
Lines: 7

> short evalbuf[EXSIZE][EYSIZE];	/* for the quick evaluation algorithm */

Oops, that should be evalbuf[EYSIZE][EXSIZE].
I slipped when I tried to neaten it up after extracting it from my program.
These #defines used to be numbers, but I made them #defines so they could
be changed more easily.
Sorry for the error.