octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60071] Strange extra space in the middle of a


From: anonymous
Subject: [Octave-bug-tracker] [bug #60071] Strange extra space in the middle of a name in two sparse iterative solvers
Date: Wed, 17 Feb 2021 10:12:22 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60071>

                 Summary: Strange extra space in the middle of a name in two
sparse iterative solvers
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 17 Feb 2021 03:12:20 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Mario Alberto Storti
        Originator Email: mario.storti@gmail.com
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I this strange error, an extra space in the middle of a variable "iter_ min".
This causes the code to break. 


diff -r d35ed8538d69 scripts/sparse/bicgstab.m
--- a/scripts/sparse/bicgstab.m Sun Feb 14 10:28:13 2021 -0800
+++ b/scripts/sparse/bicgstab.m Wed Feb 17 12:09:27 2021 -0300
@@ -224,7 +224,7 @@
       printf ("returned an all zero solution without iterating.\n")
     endif
     x_min = zeros (numel (b), 1);
-    iter_ min = 0;
+    iter_min = 0;
     flag = 0;
     resvec = 0;
     relres = 0;
diff -r d35ed8538d69 scripts/sparse/cgs.m
--- a/scripts/sparse/cgs.m      Sun Feb 14 10:28:13 2021 -0800
+++ b/scripts/sparse/cgs.m      Wed Feb 17 12:09:27 2021 -0300
@@ -208,7 +208,7 @@
       printf ("returned an all zero solution without iterating.\n")
     endif
     x_min = zeros (numel (b), 1);
-    iter_ min = 0;
+    iter_min = 0;
     flag = 0;
     resvec = 0;1
     relres = 0;





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 17 Feb 2021 03:12:20 PM UTC  Name: bicgstab.patch  Size: 777B   By:
None
Trivial patch 
<http://savannah.gnu.org/bugs/download.php?file_id=50874>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60071>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]