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

Comparing ray/src/common/colrops.c (file contents):
Revision 2.9 by greg, Mon Jun 30 19:04:29 2003 UTC vs.
Revision 2.10 by schorsch, Sun Jul 27 22:12:01 2003 UTC

# Line 135 | Line 135 | int    len;
135   {
136          register int    nexpo;
137  
138 <        if (g_mant == NULL | g_nexp == NULL)
138 >        if ((g_mant == NULL) | (g_nexp == NULL))
139                  return(-1);
140          while (len-- > 0) {
141                  nexpo = g_nexp[scan[0][RED]];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines