Mercurial > hg > octave-nkf
diff liboctave/CMatrix.cc @ 1367:9f9131a8d706
[project @ 1995-09-06 00:07:03 by jwe]
author | jwe |
---|---|
date | Wed, 06 Sep 1995 00:07:03 +0000 |
parents | 9b2654476502 |
children | d1fe5918e16b |
line wrap: on
line diff
--- a/liboctave/CMatrix.cc +++ b/liboctave/CMatrix.cc @@ -29,18 +29,20 @@ #include <config.h> #endif -#include <sys/types.h> +#include <cfloat> + #include <iostream.h> -#include <float.h> + +#include <sys/types.h> // XXX FIXME XXX #include <Complex.h> -#include "mx-base.h" #include "CmplxDET.h" #include "CmplxSVD.h" -#include "mx-inlines.cc" +#include "f77-uscore.h" #include "lo-error.h" -#include "f77-uscore.h" +#include "mx-base.h" +#include "mx-inlines.cc" // Fortran functions we call.