comparison liboctave/ODEFunc.h @ 238:780cbbc57b7c

[project @ 1993-11-30 20:23:04 by jwe]
author jwe
date Tue, 30 Nov 1993 20:23:04 +0000
parents 9a4c07481e61
children e02d6b664394
comparison
equal deleted inserted replaced
237:5a9e23307fb0 238:780cbbc57b7c
22 */ 22 */
23 23
24 #if !defined (_ODEFunc_h) 24 #if !defined (_ODEFunc_h)
25 #define _ODEFunc_h 1 25 #define _ODEFunc_h 1
26 26
27 #ifdef __GNUG__
28 #pragma interface
29 #endif
30
31 #include <iostream.h>
32 #include "Matrix.h" 27 #include "Matrix.h"
33 28
34 #ifndef Vector 29 #ifndef Vector
35 #define Vector ColumnVector 30 #define Vector ColumnVector
36 #endif 31 #endif