| 10 |
|
|
| 11 |
|
#include "copyright.h" |
| 12 |
|
|
| 13 |
+ |
#include "calcomp.h" |
| 14 |
+ |
|
| 15 |
|
#include <math.h> |
| 16 |
|
|
| 17 |
|
#define A 0 |
| 38 |
|
static char fnoise_name[] = "fnoise3"; |
| 39 |
|
static char hermite_name[] = "hermite"; |
| 40 |
|
|
| 41 |
< |
double *noise3(), fnoise3(), argument(), frand(); |
| 41 |
> |
double *noise3(), fnoise3(), frand(); |
| 42 |
|
static interpolate(); |
| 43 |
|
|
| 44 |
|
static long xlim[3][2]; |
| 73 |
|
|
| 74 |
|
|
| 75 |
|
double |
| 76 |
< |
l_hermite() /* library call for hermite interpolation */ |
| 76 |
> |
l_hermite(char *nm) /* library call for hermite interpolation */ |
| 77 |
|
{ |
| 78 |
|
double t; |
| 79 |
|
|