comparison liboctave/ODE.h @ 384:7e870a4ec9bc

[project @ 1994-03-09 21:40:04 by jwe]
author jwe
date Wed, 09 Mar 1994 21:46:32 +0000
parents e02d6b664394
children 00f8b2242a18
comparison
equal deleted inserted replaced
383:0b52c68ec81f 384:7e870a4ec9bc
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 extern "C++" {
28
29 class ostream; 27 class ostream;
30 28
31 #include "Matrix.h" 29 #include "Matrix.h"
32 #include "ODEFunc.h" 30 #include "ODEFunc.h"
31
32 extern "C++" {
33 33
34 class ODE_options 34 class ODE_options
35 { 35 {
36 public: 36 public:
37 37