Mercurial > hg > wm
comparison Meerwald/gen_corvi_sig.c @ 8:f83ef905a63d
fixing many warnings
increase capacity for coordinates in bruyn
fix some uninit. variables
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Tue, 22 Apr 2008 13:36:05 +0200 |
| parents | be303a3f5ea8 |
| children |
comparison
equal
deleted
inserted
replaced
| 7:2b350281f8b0 | 8:f83ef905a63d |
|---|---|
| 21 FILE *out = stdout; | 21 FILE *out = stdout; |
| 22 | 22 |
| 23 char output_name[MAXPATHLEN] = "(stdout)"; | 23 char output_name[MAXPATHLEN] = "(stdout)"; |
| 24 | 24 |
| 25 int c; | 25 int c; |
| 26 int i; | |
| 27 int n = 1000; | 26 int n = 1000; |
| 28 int s = 0; | 27 int s = 0; |
| 29 int e = 2; | 28 int e = 2; |
| 30 int f = 1; | 29 int f = 1; |
| 31 char F[MAXPATHLEN] = "filter.dat"; | 30 char F[MAXPATHLEN] = "filter.dat"; |
