21 #include "math_util.h"
37 static int m_nxa[3], m_nya[3];
38 static nec_float m_dxa[3], m_dya[3];
39 static nec_float m_xsa[3], m_ysa[3];
48 m_ar1.resize(11*10*4);
53 void interpolate( nec_float x, nec_float y,
54 nec_complex *f1, nec_complex *f2,
55 nec_complex *f3, nec_complex *f4 );
57 void sommerfeld( nec_float epr, nec_float sig, nec_float freq_mhz );
65 nec_float r1, r2, zmh, zph;
66 nec_complex u, u2, xx1, xx2;
68 void set_u(nec_complex in_u)
75 void gwave( nec_complex& erv, nec_complex& ezv,
76 nec_complex& erh, nec_complex& ezh, nec_complex& eph,
Definition: c_evlcom.h:26