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

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

[Octave-bug-tracker] [bug #43377] interp1: implement next and previous n


From: Rik
Subject: [Octave-bug-tracker] [bug #43377] interp1: implement next and previous neighbor interpolation
Date: Fri, 31 Oct 2014 00:52:05 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

Update of bug #43377 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:

I added parentheses around the conditional being tested in an if block,


if strcmp (...)
   =>
if (strcmp (...))


since that's the Octave convention.  I also added a note about this to the
NEWS file since it is cool that we have new features.

Closing report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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