~ubuntu-branches/ubuntu/precise/yagiuda/precise

« back to all changes in this revision

Viewing changes to src/gain.c

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2005-08-22 20:20:13 UTC
  • Revision ID: james.westby@ubuntu.com-20050822202013-9hctfgecawyytic7
Tags: 1.19-2
Remove all of the "extern int errno" and "int errno" lines.
Closes: #324396.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#include "yagi.h"
9
9
#define TINY 1e-10
10
10
 
11
 
extern int errno;
12
11
 
13
12
/* This function finds the gain both in the E plane (xz plane) and the
14
13
H plane (xy plane) at angle (theta, phi). The method used is as described