help-octave
[Top][All Lists]
Advanced

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

Debugging oregonator.oct


From: John W. Eaton
Subject: Debugging oregonator.oct
Date: Tue, 19 Dec 2000 02:22:39 -0600

On 19-Dec-2000, Thomas Hoffmann <address@hidden> wrote:

| The offending line is
| 
|   ColumnVector x = args(0).vector_value ();

Change that to

  ColumnVector x (args(0).vector_value ());

and it should work.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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