comparison liboctave/LSODE.cc @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents dd00769643ae
children 5eef8a2294bd
comparison
equal deleted inserted replaced
3502:b5238ac1dca9 3503:d14c483b3c12
29 #endif 29 #endif
30 30
31 #include <cfloat> 31 #include <cfloat>
32 #include <cmath> 32 #include <cmath>
33 33
34 #include <iostream.h> 34 #include <iostream>
35 35
36 #include "LSODE.h" 36 #include "LSODE.h"
37 #include "f77-fcn.h" 37 #include "f77-fcn.h"
38 #include "lo-error.h" 38 #include "lo-error.h"
39 39