From help-octave-request at bevo dot che dot wisc dot edu Tue Dec 19 02:24:02 2000 Subject: Debugging oregonator.oct From: "John W. Eaton" To: Thomas Hoffmann Cc: help-octave at bevo dot che dot wisc dot edu Date: Tue, 19 Dec 2000 02:22:39 -0600 On 19-Dec-2000, Thomas Hoffmann 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 -------------------------------------------------------------