nec2c core which it uses for reading input files and calculating output data, but it does not need and indeed does not produce an output file by default. Graphs of frequency-related data and the current or charge distribution evolve as the frequency loop progresses, and radiation patterns (far and near field) are sequentially drawn for each frequency step. PR: ports/190815 Submitted by: shurd@FreeBSD.org Approved by: db, skreuzer (mentors)
10 lines
288 B
C
10 lines
288 B
C
--- src/common.h.orig 2014-06-08 17:50:43.000000000 -0700
|
|
+++ src/common.h 2014-06-08 17:50:53.000000000 -0700
|
|
@@ -37,6 +37,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/times.h>
|
|
#include <gtk/gtk.h>
|
|
+#include "cexp.h"
|
|
|
|
/* commonly used complex constants */
|
|
#define CPLX_00 (0.0+I*0.0)
|