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

Comparing ray/src/meta/tscat.c (file contents):
Revision 1.3 by schorsch, Fri Aug 1 14:14:24 2003 UTC vs.
Revision 1.4 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12  
13   #include  "tgraph.h"
14   #include  "paths.h"
15 + #include  "plot.h"
16  
16
17   #define  XLEGEND  (XBEG+XSIZ+4*TSIZ)    /* x start of legend */
18  
19   #define  YLEGEND  (YBEG+2*YSIZ/3)       /* y start of legend */
# Line 49 | Line 49 | char  *progname;
49  
50  
51  
52 <
53 <
54 < main(argc, argv)
55 <
56 < int  argc;
57 < char  **argv;
58 <
52 > int
53 > main(
54 >        int  argc,
55 >        char  **argv
56 > )
57   /*
58   *     Take Tel-A-Graf runnable files and convert them to
59   *  metafile primitives to send to standard output
# Line 119 | Line 117 | char  **argv;
117  
118  
119  
120 <
121 < plot(fp)                        /* read file and generate plot */
122 <
123 < FILE  *fp;
126 <
120 > void
121 > plot(                   /* read file and generate plot */
122 >        FILE  *fp
123 > )
124   {
125   int  ncur = 0;                 /* curves seen so far */
126   char  line[255], *s;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines