# HG changeset patch # User jwe # Date 879494627 0 # Node ID d12c312d1cfb78803165149608ee93d2f04cca36 # Parent ff8b4d6371b313759165087f60ef90b91add7800 [project @ 1997-11-14 08:03:47 by jwe] diff --git a/src/DLD-FUNCTIONS/filter.cc b/src/DLD-FUNCTIONS/filter.cc --- a/src/DLD-FUNCTIONS/filter.cc +++ b/src/DLD-FUNCTIONS/filter.cc @@ -147,7 +147,7 @@ return filter (b, a, x, si); } -DEFUN_DLD (filter, args, , +DEFUN_DLD (filter, args, nargout, "usage: [y [, sf]] = filter (b, a, x [, si])\n\ \n\ y = filter (b, a, x) returns the solution to the following linear,\n\