comparison src/mappers.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 611d403c7f3d
children 19c10b8657d5
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <math.h> 28 #include <cmath>
29 #include <float.h> 29 #include <cfloat>
30
30 #include <Complex.h> 31 #include <Complex.h>
31 32
32 #include "missing-math.h" 33 #include "missing-math.h"
33 #include "f77-uscore.h" 34 #include "f77-uscore.h"
34 #include "variables.h" 35 #include "variables.h"