comparison liboctave/dDiagMatrix.h @ 4061:6e86256e9c54

[project @ 2002-09-19 16:42:25 by jwe]
author jwe
date Thu, 19 Sep 2002 16:42:28 +0000
parents d9803711e047
children 47d3baea432d
comparison
equal deleted inserted replaced
4060:9bfab09231c6 4061:6e86256e9c54
21 */ 21 */
22 22
23 #if !defined (octave_DiagMatrix_h) 23 #if !defined (octave_DiagMatrix_h)
24 #define octave_DiagMatrix_h 1 24 #define octave_DiagMatrix_h 1
25 25
26 #if defined (__GNUG__) 26 #if defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface 27 #pragma interface
28 #endif 28 #endif
29 29
30 #include "MDiagArray2.h" 30 #include "MDiagArray2.h"
31 31