1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Fix name of function name in test_pfilt_1.m
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: https://github.com/ltfat/ltfat/pull/183
Applied-Upstream: https://github.com/ltfat/ltfat/commit/24ec510910cf811b2e6e65c0adbbd13672f57b9c
Last-Update: 2023-11-03
--- octave-ltfat-2.6.0+dfsg.orig/inst/private/test_pfilt_1.m
+++ octave-ltfat-2.6.0+dfsg/inst/private/test_pfilt_1.m
@@ -1,4 +1,4 @@
-function test_failed=test_pfilt
+function test_failed=test_pfilt_1
%-*- texinfo -*-
%@deftypefn {Function} test_pfilt_1
%@verbatim
|