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

Comparing ray/src/cal/tabfunc.c (file contents):
Revision 1.4 by schorsch, Mon Jul 14 20:02:29 2003 UTC vs.
Revision 1.5 by schorsch, Sun Jul 27 22:12:01 2003 UTC

# Line 187 | Line 187 | char   *xe
187  
188          xelen = strlen(xe);
189          for (i = 0; i < nfuncs; i++) {
190 <                if (func[i][0] == '\0' | func[i][0] == '0')
190 >                if ((func[i][0] == '\0') | (func[i][0] == '0'))
191                          continue;
192                  if (interpolate) {
193                          printf("%s`%s(i):select(i,", func[i], locID);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines