diff liboctave/LSODE.cc @ 7231:2eb392d058bb

[project @ 2007-11-30 18:53:29 by jwe]
author jwe
date Fri, 30 Nov 2007 18:53:30 +0000
parents a1dbe9d80eee
children 29980c6b8604
line wrap: on
line diff
--- a/liboctave/LSODE.cc	Fri Nov 30 18:24:35 2007 +0000
+++ b/liboctave/LSODE.cc	Fri Nov 30 18:53:30 2007 +0000
@@ -26,13 +26,13 @@
 #endif
 
 #include <cfloat>
-#include <cmath>
 
 #include <sstream>
 
 #include "LSODE.h"
 #include "f77-fcn.h"
 #include "lo-error.h"
+#include "lo-math.h"
 #include "quit.h"
 
 typedef octave_idx_type (*lsode_fcn_ptr) (const octave_idx_type&, const double&, double*,