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

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

[Octave-bug-tracker] [bug #51219] Typos in bicgstab.m cgs.m (scripts/spa


From: anonymous
Subject: [Octave-bug-tracker] [bug #51219] Typos in bicgstab.m cgs.m (scripts/sparse)
Date: Sat, 10 Jun 2017 17:20:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?51219>

                 Summary: Typos in bicgstab.m cgs.m (scripts/sparse)
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 10 Jun 2017 09:20:17 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Bruno Dias
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The following lines produce error 'Ax not found':
bicgstab.m:80:    A = str2func (A);
cgs.m:76:      A = str2func (A);

Proposed fix:
bicgstab.m:80:    Ax = str2func (A);
cgs.m:76:      Ax = str2func (A);





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51219>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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