comparison liboctave/numeric/DASSL.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 f7084eae3318
children 1473547f50f5
comparison
equal deleted inserted replaced
21217:2a81f4b7b254 21218:2bb4e5a6290d
24 #define octave_DASSL_h 1 24 #define octave_DASSL_h 1
25 25
26 #include <cfloat> 26 #include <cfloat>
27 27
28 #include "DASSL-opts.h" 28 #include "DASSL-opts.h"
29 #include "lo-math.h"
30 29
31 class 30 class
32 OCTAVE_API 31 OCTAVE_API
33 DASSL : public DAE, public DASSL_options 32 DASSL : public DAE, public DASSL_options
34 { 33 {