comparison liboctave/DAE.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 126791334c68
comparison
equal deleted inserted replaced
237:5a9e23307fb0 238:780cbbc57b7c
22 */ 22 */
23 23
24 #if !defined (_DAE_h) 24 #if !defined (_DAE_h)
25 #define _DAE_h 1 25 #define _DAE_h 1
26 26
27 #ifdef __GNUG__
28 #pragma interface
29 #endif
30
31 #include <iostream.h>
32 #include "ODE.h" 27 #include "ODE.h"
33 #include "DAEFunc.h" 28 #include "DAEFunc.h"
34 #include "Matrix.h" 29 #include "Matrix.h"
35 #include "f77-uscore.h"
36 30
37 #ifndef Vector 31 #ifndef Vector
38 #define Vector ColumnVector 32 #define Vector ColumnVector
39 #endif 33 #endif
40 34