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

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

[Octave-bug-tracker] [bug #37414] Some minor bugs in quadcc


From: anonymous
Subject: [Octave-bug-tracker] [bug #37414] Some minor bugs in quadcc
Date: Thu, 20 Sep 2012 16:31:34 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1

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

                 Summary: Some minor bugs in quadcc
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 20 Sep 2012 16:31:33 UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Pedro Gonnet
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

I just got an e-mail from someone who found a bug in the c-language
implementation of quadcc.

In lines 1718, 1847, 1992 and 2087 of quadcc.cc, the following
statements

        iv->fx[i] = octave_NaN;
        ivl->fx[i] = octave_NaN;
        ivr->fx[i] = octave_NaN;
        
should be changed to

        iv->fx[nans[i]] = octave_NaN;
        ivl->fx[nans[i]] = octave_NaN;
        ivr->fx[nans[i]] = octave_NaN;

respectively. I would have sent a diff-file, but I'm having trouble accessing
the repository.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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