comparison liboctave/CmplxCHOL.h @ 5105:e35b034d3523

[project @ 2004-12-28 03:36:13 by jwe]
author jwe
date Tue, 28 Dec 2004 03:36:14 +0000
parents 5719210fff4c
children 23b37da9fd5b
comparison
equal deleted inserted replaced
5104:b77227b1d8a8 5105:e35b034d3523
20 20
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
26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface
28 #endif
29 25
30 #include <iostream> 26 #include <iostream>
31 27
32 #include "CMatrix.h" 28 #include "CMatrix.h"
33 29