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

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

[Octave-bug-tracker] [bug #49564] Wrong type for 'JPattern' ode option


From: Jacopo Corno
Subject: [Octave-bug-tracker] [bug #49564] Wrong type for 'JPattern' ode option
Date: Wed, 9 Nov 2016 08:30:13 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.90 Safari/537.36

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

                 Summary: Wrong type for 'JPattern' ode option
                 Project: GNU Octave
            Submitted by: jcorno
            Submitted on: Wed 09 Nov 2016 08:30:09 AM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc3
        Operating System: Any

    _______________________________________________________

Details:

In the attributes structure generated by odedefaults for checking the validity
of ode options we have


...
"JPattern", {{"vector"}},
...


which is wrong. JPattern can be a sparsity matrix or a cell array (for use in
ode15i).

I suggest to change it with: 


...
"JPattern", {{}},
...





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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