Mercurial > hg > octave-lyh
comparison liboctave/CmplxCHOL.h @ 4192:5719210fff4c
[project @ 2002-11-20 16:56:47 by jwe]
author | jwe |
---|---|
date | Wed, 20 Nov 2002 16:56:49 +0000 |
parents | 47d3baea432d |
children | e35b034d3523 |
comparison
equal
deleted
inserted
replaced
4191:989f9e130969 | 4192:5719210fff4c |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_ComplexCHOL_h) | 23 #if !defined (octave_ComplexCHOL_h) |
24 #define octave_ComplexCHOL_h 1 | 24 #define octave_ComplexCHOL_h 1 |
25 | 25 |
26 #if defined (__GNUG__) && ! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION) | 26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) |
27 #pragma interface | 27 #pragma interface |
28 #endif | 28 #endif |
29 | 29 |
30 #include <iostream> | 30 #include <iostream> |
31 | 31 |