diff liboctave/LSODE.cc @ 1367:9f9131a8d706

[project @ 1995-09-06 00:07:03 by jwe]
author jwe
date Wed, 06 Sep 1995 00:07:03 +0000
parents 7eb93d12654c
children 5f5d117aac3e
line wrap: on
line diff
--- a/liboctave/LSODE.cc
+++ b/liboctave/LSODE.cc
@@ -29,8 +29,9 @@
 #include <config.h>
 #endif
 
-#include <math.h>
-#include <float.h>
+#include <cfloat>
+#include <cmath>
+
 #include <iostream.h>
 
 #include "ODE.h"