Mercurial > hg > octave-lyh
comparison liboctave/ODE.h @ 461:00f8b2242a18
[project @ 1994-06-06 00:45:57 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 00:57:54 +0000 |
parents | 7e870a4ec9bc |
children | 714fd17fca28 |
comparison
equal
deleted
inserted
replaced
460:c45e50c4ee94 | 461:00f8b2242a18 |
---|---|
22 */ | 22 */ |
23 | 23 |
24 #if !defined (octave_ODE_h) | 24 #if !defined (octave_ODE_h) |
25 #define octave_ODE_h 1 | 25 #define octave_ODE_h 1 |
26 | 26 |
27 #if defined (__GNUG__) | |
28 #pragma interface | |
29 #endif | |
30 | |
27 class ostream; | 31 class ostream; |
28 | 32 |
29 #include "Matrix.h" | 33 #include "dMatrix.h" |
34 #include "dColVector.h" | |
30 #include "ODEFunc.h" | 35 #include "ODEFunc.h" |
31 | 36 |
32 extern "C++" { | 37 extern "C++" { |
33 | 38 |
34 class ODE_options | 39 class ODE_options |