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

Comparing ray/src/cv/lampcolor.c (file contents):
Revision 1.8 by greg, Thu Oct 24 12:17:38 1991 UTC vs.
Revision 1.9 by greg, Mon Oct 28 08:04:23 1991 UTC

# Line 207 | Line 207 | again:
207  
208   getpolygon()                    /* get projected area for a polygon */
209   {
210 <        static double   area = 1.0;
210 >        static double   parea = 1.0;
211  
212 <        getd("Polygon area", &area,
212 >        getd("Polygon area", &parea,
213                  "Enter the total radiating area of the polygon.");
214 <        area = unit2meter*unit2meter * area;
214 >        area = unit2meter*unit2meter * parea;
215          return(1);
216   }
217  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines