| 1 |
< |
/* Copyright (c) 1995 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1996 Regents of the University of California */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
|
static char SCCSid[] = "$SunId$ LBL"; |
| 63 |
|
int (*trace)() = NULL; /* trace call */ |
| 64 |
|
int do_irrad = 0; /* compute irradiance? */ |
| 65 |
|
|
| 66 |
+ |
char *errfile = NULL; /* error output file */ |
| 67 |
+ |
|
| 68 |
|
extern time_t time(); |
| 69 |
|
time_t tstart; /* start time */ |
| 70 |
|
|
| 158 |
|
char *recover = NULL; |
| 159 |
|
char *outfile = NULL; |
| 160 |
|
char *zfile = NULL; |
| 159 |
– |
char *errfile = NULL; |
| 161 |
|
char *ambfile = NULL; |
| 162 |
|
int loadflags = ~IO_FILES; |
| 163 |
|
int seqstart = 0; |