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

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

[Octave-bug-tracker] [bug #40191] line #63 of bvp4c.m wrong value set


From: anonymous
Subject: [Octave-bug-tracker] [bug #40191] line #63 of bvp4c.m wrong value set
Date: Sun, 06 Oct 2013 03:47:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17

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

                 Summary: line #63 of bvp4c.m wrong value set
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 06 Oct 2013 03:47:27 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Hossain Pezeshki
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Currently lines #60 to #65 read:
 if (isfield(options,"RelTol"))
      RelTol = options.RelTol;
    endif
    if (isfield(options,"RelTol"))
      AbsTol = options.AbsTol;
    endif

Clearly the second 'if' statement was meant to read
    if (isfield(options,"AbsTol"))
      AbsTol = options.AbsTol;
    endif





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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