1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Change name of function to coincide with the file name
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: https://github.com/ltfat/ltfat/pull/181
Applied-Upstream: https://github.com/ltfat/ltfat/commit/9b88264857cadd1e101be0bc73ab7e87eb40c771
Last-Update: 2023-11-03
--- octave-ltfat-2.6.0+dfsg.orig/inst/private/test_dgt_fb_alg.m
+++ octave-ltfat-2.6.0+dfsg/inst/private/test_dgt_fb_alg.m
@@ -1,4 +1,4 @@
-function test_failed=test_dgt_fb
+function test_failed=test_dgt_fb_alg
%-*- texinfo -*-
%@deftypefn {Function} test_dgt_fb_alg
%@verbatim
|