changeset 26690:736f26d34f79 stable

qmr.m: Fix mistaken call to "print usage" without underscore (bug #55599). * qmr.m: Add missing '_' so that print_usage () is called in input validation.
author Rik <rik@octave.org>
date Wed, 06 Feb 2019 18:50:19 -0800
parents 6764d6a428ca
children 1c3471ce9a46
files scripts/sparse/qmr.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/qmr.m	Wed Feb 06 18:39:53 2019 -0800
+++ b/scripts/sparse/qmr.m	Wed Feb 06 18:50:19 2019 -0800
@@ -262,7 +262,7 @@
       printf ("to a solution with relative residual %e\n", res1);
     endif
   else
-    print usage();
+    print_usage();
   endif
 
 endfunction