ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/func.c
(Generate patch)

Comparing ray/src/rt/func.c (file contents):
Revision 1.19 by greg, Wed Jun 19 15:08:39 1991 UTC vs.
Revision 1.20 by greg, Wed Jul 17 10:09:24 1991 UTC

# Line 42 | Line 42 | XF  *bx;
42                  return(0);
43                                          /* initialize if first call */
44          if (initfile != NULL) {
45                loadfunc(initfile);
45                  scompile("Dx=$1;Dy=$2;Dz=$3;", NULL, 0);
46                  scompile("Nx=$4;Ny=$5;Nz=$6;", NULL, 0);
47                  scompile("Px=$7;Py=$8;Pz=$9;", NULL, 0);
# Line 55 | Line 54 | XF  *bx;
54                  funset("erf", 1, ':', l_erf);
55                  funset("erfc", 1, ':', l_erfc);
56                  setnoisefuncs();
57 +                loadfunc(initfile);
58                  initfile = NULL;
59          }
60          fobj = m;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines