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

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

[Octave-bug-tracker] [bug #31706] mxDuplicateArray sometimes references


From: anonymous
Subject: [Octave-bug-tracker] [bug #31706] mxDuplicateArray sometimes references (not: copies) the input data
Date: Fri, 19 Nov 2010 12:06:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12

Follow-up Comment #1, bug #31706 (project octave):

The input line

>> mex bug.cpp; x = linspace(1,3,3); x, y

should read

>> mex bug.cpp; x = linspace(1,3,3); y = bug(x); x, y

i.e., the function "bug" has, of course, to be called.

Sorry for the inconvenience.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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