Mercurial > hg > octave-lyh
comparison src/qzval.cc @ 240:a99f28f5e351
[project @ 1993-11-30 20:24:36 by jwe]
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:24:36 +0000 |
parents | a366eb563bf2 |
children | 393e95f46b51 |
comparison
equal
deleted
inserted
replaced
239:4f8134fa54a9 | 240:a99f28f5e351 |
---|---|
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 // Written by A. S. Hodel <scotte@eng.auburn.edu> | 24 // Written by A. S. Hodel <scotte@eng.auburn.edu> |
25 | 25 |
26 #ifdef __GNUG__ | 26 #ifdef HAVE_CONFIG_H |
27 #pragma implementation | 27 #include "config.h" |
28 #endif | 28 #endif |
29 | 29 |
30 #include <float.h> | 30 #include <float.h> |
31 | 31 |
32 #include "Matrix.h" | 32 #include "Matrix.h" |