help-octave
[Top][All Lists]
Advanced

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

Re: Need help getting started with dynamically linked C++ files


From: Geraint
Subject: Re: Need help getting started with dynamically linked C++ files
Date: 27 Nov 2002 22:39:01 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

John Ambrosiano <address@hidden> writes:

> oregonator.cc: In function `octave_value_list Foregonator(const
>     octave_value_list&, int)':
> oregonator.cc:8: conversion from `Array<double>' to non-scalar type `
>     ColumnVector' requested
> 

Hi John,

try changing args(0).vector_value() to args(0).column_vector_value() and see if 
that makes a difference.

/Geraint.



-------------------------------------------------------------
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]