~ubuntu-branches/ubuntu/maverick/yagiuda/maverick

« back to all changes in this revision

Viewing changes to src/fill_z_matrix.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:
4
4
#include <stdio.h>
5
5
#include <errno.h>
6
6
#include "yagi.h"
7
 
extern int errno;
8
7
/* We calculate the full Z matrix. Since the matrix is symmetrical, we only
9
8
need compute Z_i,j for j=1 to i. The function mutual, filles in Zji, when
10
9
we ask it to fill in Zij. */