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

Comparing ray/src/meta/lib4014/scale.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2   static const char       RCSid[] = "$Id$";
3   #endif
4 #ifndef lint
5 static char sccsid[] = "@(#)scale.c     4.1 (Berkeley) 6/27/83";
6 #endif
4  
5 < extern float scalex;
6 < extern float scaley;
7 < extern int scaleflag;
8 < scale(i,x,y)
9 < char i;
10 < float x,y;
5 > #include "local4014.h"
6 > #include "lib4014.h"
7 >
8 > extern void
9 > scale(
10 >        char i,
11 >        float x,
12 >        float y;
13 > )
14   {
15          switch(i) {
16          default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines