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

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

[Octave-bug-tracker] [bug #39370] contourc adds duplicates to the start


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39370] contourc adds duplicates to the start and end of the 1st level
Date: Sat, 06 Jul 2013 15:45:58 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

Update of bug #39370 (project octave):

                 Summary: contourc example is incorrect => contourc adds
duplicates to the start and end of the 1st level

    _______________________________________________________

Follow-up Comment #3:

Ok. It is a bug in __contourc__.cc

The first level list has duplicates for the beginning and end.

x = [1 1 2 2];
y = [2 2 1 1];

is the same as;

x = [1 2];
y = [2 1];



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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