mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
38d2f8ff93
Yagi-Uda antennas, with 2 or more elements, such as shown below. Additionally, a very simple program called dipole works with just a dipole, but its functionality is limited. PR: ports/83737 Submitted by: Diane Bruce <db@db.net>
11 lines
228 B
C
11 lines
228 B
C
--- src/gain.c.orig Tue Jul 19 12:24:45 2005
|
|
+++ src/gain.c Tue Jul 19 12:24:50 2005
|
|
@@ -3,7 +3,6 @@
|
|
#endif
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
-#include <malloc.h>
|
|
#include <errno.h>
|
|
#include "yagi.h"
|
|
#define TINY 1e-10
|