comparison liboctave/numeric/Quad.h @ 21218:2bb4e5a6290d

don't include lo-math.h in header files unnecessarily * DASPK.h, DASRT.h, DASSL.h, LSODE.h, Quad.h, oct-time.h: Don't include lo-math.h. * oct-time.cc (octave_time::octave_time (double)): Move definition here, from oct-time.h.
author John W. Eaton <jwe@octave.org>
date Sun, 07 Feb 2016 13:19:04 -0500
parents 623fc7d08cc6
children 1473547f50f5
comparison
equal deleted inserted replaced
21217:2a81f4b7b254 21218:2bb4e5a6290d
25 25
26 #include <cfloat> 26 #include <cfloat>
27 27
28 #include "dColVector.h" 28 #include "dColVector.h"
29 #include "fColVector.h" 29 #include "fColVector.h"
30 #include "lo-math.h"
31 30
32 typedef double (*integrand_fcn) (double x); 31 typedef double (*integrand_fcn) (double x);
33 typedef float (*float_integrand_fcn) (float x); 32 typedef float (*float_integrand_fcn) (float x);
34 33
35 // FIXME: would be nice to not have to have this global variable. 34 // FIXME: would be nice to not have to have this global variable.