Mercurial > hg > octave-lyh
comparison liboctave/ODE.h @ 382:e02d6b664394
[project @ 1994-03-09 21:08:03 by jwe]
author | jwe |
---|---|
date | Wed, 09 Mar 1994 21:08:03 +0000 |
parents | 3c23b8ea9099 |
children | 7e870a4ec9bc |
comparison
equal
deleted
inserted
replaced
381:3dc943e34d9a | 382:e02d6b664394 |
---|---|
19 along with Octave; see the file COPYING. If not, write to the Free | 19 along with Octave; see the file COPYING. If not, write to the Free |
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #if !defined (_ODE_h) | 24 #if !defined (octave_ODE_h) |
25 #define _ODE_h 1 | 25 #define octave_ODE_h 1 |
26 | |
27 extern "C++" { | |
26 | 28 |
27 class ostream; | 29 class ostream; |
28 | 30 |
29 #include "Matrix.h" | 31 #include "Matrix.h" |
30 #include "ODEFunc.h" | 32 #include "ODEFunc.h" |
127 friend int lsode_j (int *neq, double *t, double *y, int *ml, int *mu, | 129 friend int lsode_j (int *neq, double *t, double *y, int *ml, int *mu, |
128 double *pd, int *nrowpd); | 130 double *pd, int *nrowpd); |
129 | 131 |
130 }; | 132 }; |
131 | 133 |
134 } // extern "C++" | |
135 | |
132 #endif | 136 #endif |
133 | 137 |
134 /* | 138 /* |
135 ;;; Local Variables: *** | 139 ;;; Local Variables: *** |
136 ;;; mode: C++ *** | 140 ;;; mode: C++ *** |