Rich wrote:
I'll have a look at the xfractint-float only code and see how it deals with this.
The float-only version is DOS, not sure if there's a Unix version. There's a whole tree for it in CVS. The regular Xfractint just ifdefs out the integer math; the float-only version removed it. Jontathan could tell you if there's an Xfractint version. I'm afraid I've misled you, though. Since you have already merged with the DOS version, best leave it. The float-only version does not have the latest patches. In any case I'd like to get Jonathan's take on this. Just ifdef out integer math - the XFRACT ifdefs are already there. In fact the smart thing for you to do is leave in the XFRACT defines and define them in your version, then make a new ifdef that excludes the X code. I really don't think there is ANY integer-only type, but I could be proven wrong. If we decide to take out the integer math we can. I did it once and I can do it again. There are a few gotchs, mainly leaving the fractalspecific array indices undisturbed. Tim