[MWForum]Bugfix for Lineweaver
Jeff Knope
mwforum@lists.mathcats.com
Mon, 6 Jan 2003 15:39:06 -0800
Hi-
It took me a while to notice that ECHO was producing exactly twice as many
echoes as I told it to. There's a most excellent reason for this that is
easy to fix.
Set View to Show Tabs. Select Procedures. Put into wide-format with <esc>.
You're looking for the procedure TO ECHOES. It's a little more than
half-way down. You may take the opportunity to peruse Lineweaver's
procedures, or you can go straight to it with a Find/Change in the Edit
menu. If you've clicked on the Procedures Tab near the top, and you're
searching for "echoes," it'll be the second "Find Next."
Locate the line that reads: make "times (int ((first mousepos) - 89) /
4.33).
Be careful. There's a very similar line 5 lines above it that starts: make
"amt... Don't mess with that one.
Change the divisor (4.33) to 8.66. Then go to File, and do a "Save
Project."
It will now produce the number of echoes you indicated when you clicked on
the "Times" scale.
Regards,
-JEFF