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

Comparing ray/src/rt/t_data.c (file contents):
Revision 2.3 by greg, Tue Jun 30 19:10:38 1992 UTC vs.
Revision 2.4 by greg, Wed Jan 12 16:46:53 1994 UTC

# Line 78 | Line 78 | RAY  *r;
78                  d = 1.0 / mf->f->sca;
79          for (i = 0; i < 3; i++)
80                  r->pert[i] += disp[i] * d;
81 <        return;
81 >        return(0);
82   computerr:
83          objerror(m, WARNING, "compute error");
84 <        return;
84 >        return(0);
85   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines