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

Comparing ray/src/cv/mgflib/xf.c (file contents):
Revision 1.10 by greg, Wed Nov 22 16:09:23 1995 UTC vs.
Revision 1.11 by greg, Wed Nov 29 16:45:10 1995 UTC

# Line 41 | Line 41 | char   **av;
41  
42          if (ac == 1) {                  /* something with existing transform */
43                  if ((spec = xf_context) == NULL)
44 <                        return(MG_OK);          /* should be error? */
44 >                        return(MG_ECNTXT);
45                  n = -1;
46                  if (spec->xarr != NULL) {       /* check for iteration */
47                          register struct xf_array        *ap = spec->xarr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines