comparison liboctave/Objective.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_Objective_h) 24 #if !defined (octave_Objective_h)
25 #define octave_Objective_h 1 25 #define octave_Objective_h 1
26 26
27 #include "Matrix.h" 27 #if defined (__GNUG__)
28 #pragma interface
29 #endif
30
31 #include "dColVector.h"
28 32
29 extern "C++" { 33 extern "C++" {
30 34
31 #ifndef Vector 35 #ifndef Vector
32 #define Vector ColumnVector 36 #define Vector ColumnVector