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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.6 by greg, Mon Sep 21 12:15:44 1992 UTC vs.
Revision 2.7 by greg, Fri Oct 2 16:12:46 1992 UTC

# Line 401 | Line 401 | FILE  *fin;
401   m_dielectric(fin)               /* transform arguments for dielectric */
402   FILE  *fin;
403   {
404        double  pow();
404          FUNARGS  fa;
405  
406          if (readfargs(&fa, fin) != 1)
# Line 422 | Line 421 | FILE  *fin;
421   m_interface(fin)                /* transform arguments for interface */
422   FILE  *fin;
423   {
425        double  pow();
424          FUNARGS  fa;
425  
426          if (readfargs(&fa, fin) != 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines