Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!murdu!ucsvc.ucs.unimelb.edu.au!wehi!baxter_a From: BAXTER_A@wehi.dn.mu.oz Newsgroups: comp.sys.amiga.tech Subject: Re: math in Lattice Message-ID: <11700@wehi.dn.mu.oz> Date: 22 Aug 90 14:19:11 GMT References: <90233.133801KELLYDK@QUCDN.BITNET> Organization: Walter & Eliza Hall Institute Lines: 15 > > My first instinct wat to run it through CPR, but CPR doesn't seem > to like the command line and the program doesn't get the proper > file arguements, and so won't run. I don't have time to thoroughly > trace without a debugger, so I'm asking for tips. > If anyone knows what may be causing this, please send me email. Many of the examples from Numerical recipies don't work either. The explanation I got for it is that a lot of numerical work in C makes undue assumptions about the treatment of floats and doubles in functions. You could try #define double float to get a rough idea of what's going on. I gave up and hand coded. Regards Alan