Mercurial > hg > octave-lyh
comparison liboctave/CmplxLU.h @ 8018:8487847eb092
fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 07 Aug 2008 14:53:38 -0400 |
parents | a1dbe9d80eee |
children | 445d27d79f4e |
comparison
equal
deleted
inserted
replaced
8017:260294a5520f | 8018:8487847eb092 |
---|---|
20 <http://www.gnu.org/licenses/>. | 20 <http://www.gnu.org/licenses/>. |
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #if !defined (octave_ComplexLU_h) | 24 #if !defined (octave_ComplexLU_h) |
25 #define octave_Complex_LU_h 1 | 25 #define octave_ComplexLU_h 1 |
26 | 26 |
27 #include "base-lu.h" | 27 #include "base-lu.h" |
28 #include "dMatrix.h" | 28 #include "dMatrix.h" |
29 #include "CMatrix.h" | 29 #include "CMatrix.h" |
30 | 30 |