--- ray/src/common/multisamp.c 1997/12/01 09:54:59 2.2 +++ ray/src/common/multisamp.c 2003/02/25 02:47:21 2.4 @@ -1,17 +1,17 @@ -/* Copyright (c) 1997 Silicon Graphics, Inc. */ - #ifndef lint -static char SCCSid[] = "$SunId$ SGI"; +static const char RCSid[] = "$Id: multisamp.c,v 2.4 2003/02/25 02:47:21 greg Exp $"; #endif - -#include "random.h" - /* * Binary space partitioning curve for multidimensional sampling. * * Written by Christophe Schlick */ +#include "copyright.h" + +#include "random.h" + +void multisamp(t, n, r) /* convert 1-dimensional sample to N dimensions */ double t[]; /* returned N-dimensional vector */ register int n; /* number of dimensions */