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

Comparing ray/src/common/xf.c (file contents):
Revision 2.2 by greg, Thu Dec 19 14:45:41 1991 UTC vs.
Revision 2.3 by greg, Tue Dec 24 17:42:48 1991 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1990 Regents of the University of California */
1 > /* Copyright (c) 1991 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 68 | Line 68 | char  *av[];
68                                  m4[1][0] = -(m4[0][1] = sin(dtmp));
69                                  break;
70                          default:
71 <                                return(i);
71 >                                goto done;
72                          }
73                          break;
74  
# Line 101 | Line 101 | char  *av[];
101                                  m4[2][2] = -1.0;
102                                  break;
103                          default:
104 <                                return(i);
104 >                                goto done;
105                          }
106                          break;
107  
# Line 117 | Line 117 | char  *av[];
117                          continue;
118  
119                  default:
120 <                        return(i);
120 >                        goto done;
121  
122                  }
123                  multmat4(xfmat, xfmat, m4);
# Line 182 | Line 182 | char  *av[];
182                                  m4[1][0] = -(m4[0][1] = sin(dtmp));
183                                  break;
184                          default:
185 <                                return(i);
185 >                                goto done;
186                          }
187                          break;
188  
# Line 215 | Line 215 | char  *av[];
215                                  m4[2][2] = -1.0;
216                                  break;
217                          default:
218 <                                return(i);
218 >                                goto done;
219                          }
220                          break;
221  
# Line 231 | Line 231 | char  *av[];
231                          break;
232  
233                  default:
234 <                        return(i);
234 >                        goto done;
235  
236                  }
237                  multmat4(xfmat, m4, xfmat);     /* left multiply */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines