help-octave
[Top][All Lists]
Advanced

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

LSODE-opts.h


From: John W. Eaton
Subject: LSODE-opts.h
Date: Sun, 11 Oct 2009 10:28:36 -0400

On 15-Sep-2009, donwalker wrote:

| // Generated automatically from LSODE-opts.in.
| ...
| #include <ODE.h>
| ...
| 
| I am using a tutorial I found for using octave functions in C++. One of the
| examples uses LSODE-opts.h. The line above generates an error. Shouldn't it
| be 
| 
| #include "ODE.h"

What is the error?

I think <ODE.h> should be OK if you have the correct -I options for
your compiler.

jwe


reply via email to

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