|
From: Ethan M. <merritt@u.washington.edu> - 2006-07-07 22:47:52
|
On Friday 07 July 2006 12:44 am, Daniel J Sebald wrote: >> >> Then running bivariat.dem: >> >> gnuplot> int1a(x,d) = (x<=d*.1) ? 0 : >> (int1a(x-d,d)+(f(x-d)+4*f(x-d*.5)+f(x))*d/6.) ^ >> "bivariat.dem", line 24: requires 3 variables >> >> It is later that bivariat.dem redefines f() to be a two variable >> function. >> >> So, the question is, is the above error message the desired behavior? >> Or should gnuplot wait until evaluation time *only* to complain? >Comment By: Hans-Bernhard Broeker (broeker) > Date: 2006-07-07 23:52 > No. It represents excess strictness. I agree. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |