32 |
|
#include "ambient.h" |
33 |
|
#include "resolu.h" |
34 |
|
#include "source.h" |
35 |
+ |
#include "func.h" |
36 |
|
#include <ctype.h> |
37 |
|
#include <string.h> |
38 |
|
#include <sys/stat.h> |
45 |
|
extern char VersionID []; |
46 |
|
|
47 |
|
|
47 |
– |
char* progname; /* argv[0] */ |
48 |
|
int dimlist [MAXDIM]; /* sampling dimensions */ |
49 |
|
int ndims = 0; /* number of sampling dimenshunns */ |
50 |
|
char* octname = NULL; /* octree name */ |
191 |
|
progname = fixargv0(argv [0]); |
192 |
|
/* Initialize object types */ |
193 |
|
initotypes(); |
194 |
< |
|
194 |
> |
/* initialize calcomp routines */ |
195 |
> |
initfunc(); |
196 |
> |
|
197 |
|
/* Parse options */ |
198 |
|
for (i = 1; i < argc; i++) { |
199 |
|
/* Eggs-pand arguments */ |