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

Comparing ray/src/cv/mgflib/mgf2inv.c (file contents):
Revision 1.8 by greg, Fri Feb 28 20:11:29 2003 UTC vs.
Revision 1.9 by schorsch, Sun Jul 27 22:12:02 2003 UTC

# Line 459 | Line 459 | char   **av;
459          if (put_material() < 0)
460                  return(MG_EBADMAT);
461                                  /* get endpoints */
462 <        if ((v1 = c_getvert(av[1])) == NULL | (v2 = c_getvert(av[3])) == NULL)
462 >        if (((v1 = c_getvert(av[1])) == NULL) | ((v2 = c_getvert(av[3])) == NULL))
463                  return(MG_EUNDEF);
464                                  /* get radius */
465          if (!isflt(av[2]))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines