From help-octave-request at bevo dot che dot wisc dot edu Wed Nov 27 16:46:44 2002 Subject: Re: Need help getting started with dynamically linked C++ files From: Geraint To: John Ambrosiano Cc: help-octave at bevo dot che dot wisc dot edu Date: 27 Nov 2002 22:39:01 +0000 John Ambrosiano writes: > oregonator.cc: In function `octave_value_list Foregonator(const > octave_value_list&, int)': > oregonator.cc:8: conversion from `Array' 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 -------------------------------------------------------------