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

Comparing ray/src/meta/tbar.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.4 by schorsch, Fri Aug 1 14:14:24 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   *      cc -o ../tbar tbar.c tgraph.o primout.o mfio.o syscalls.o misc.o -lm
11   */
12  
13 < #include  "tgraph.h"
13 > #include "rtprocess.h" /* getpid() */
14 > #include "tgraph.h"
15  
16  
17   #define  XLEGEND  (XBEG+XSIZ+4*TSIZ)    /* x start of legend */
# Line 64 | Line 65 | char  **argv;
65   char  tfname[MAXFNAME];
66   FILE  *fp;
67   int  axflag;
67
68 #ifdef  CPM
69 fixargs("tbar", &argc, &argv);
70 #endif
68  
69   progname = *argv++;
70   argc--;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines