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

Comparing ray/src/px/ra_ps.c (file contents):
Revision 2.22 by gwlarson, Tue Oct 27 09:08:27 1998 UTC vs.
Revision 2.23 by gwlarson, Mon Jul 19 09:53:06 1999 UTC

# Line 193 | Line 193 | double
193   unit2inch(s)            /* determine unit */
194   register char   *s;
195   {
196 <        static struct unit {char n; float f} u[] = {
196 >        static struct unit {char n; float f;} u[] = {
197                  'i', 1.,
198                  'm', 1./25.4,
199                  'c', 1./2.54,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines