On 10/17/2014 01:31 PM, Jeff Epler wrote: > docs: in comp, variables should be of type float, not double
You meant the other way around, like in the patch ;-) > > Signed-off-by: Jeff Epler <[email protected]> > > > http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=cf8980b > > --- > docs/src/hal/comp.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/src/hal/comp.txt b/docs/src/hal/comp.txt > index 23da556..2f5f3b3 100644 > --- a/docs/src/hal/comp.txt > +++ b/docs/src/hal/comp.txt > @@ -20,7 +20,7 @@ lines of code. The equivalent component is very short when > written using the > component ddt "Compute the derivative of the input function"; > pin in float in; > pin out float out; > -variable float old; > +variable double old; > function _; > license "GPL"; // indicates GPL v2 or later > ;; > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _____________________________________________ > Emc-commit mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
