| 1 |
+ |
#ifndef lint |
| 2 |
+ |
static const char RCSid[] = "$Id$"; |
| 3 |
+ |
#endif |
| 4 |
|
/* |
| 5 |
|
* Compute time-step glare using imageless DGP calculation method. |
| 6 |
|
* |
| 36 |
|
#include "resolu.h" |
| 37 |
|
#include "cmglare.h" |
| 38 |
|
|
| 36 |
– |
char *progname; /* global argv[0] */ |
| 37 |
– |
|
| 39 |
|
/* Sum together a set of images and write result to fout */ |
| 40 |
|
static int |
| 41 |
|
sum_images(const char *fspec, const CMATRIX *cv, FILE *fout) |
| 185 |
|
clock_t timer = clock(); |
| 186 |
|
#endif /* DC_GLARE */ |
| 187 |
|
|
| 188 |
< |
progname = argv[0]; |
| 188 |
> |
fixargv0(argv[0]); |
| 189 |
|
/* get options */ |
| 190 |
|
for (a = 1; a < argc && argv[a][0] == '-'; a++) |
| 191 |
|
switch (argv[a][1]) { |