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

Comparing ray/src/meta/tcurve.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 ../tcurve tcurve.c tgraph.o primout.o mfio.o syscalls.o misc.o -lm
11   */
12  
13 + #include "rtprocess.h" /* getpid() */
14   #include  "tgraph.h"
15  
16   #define  XLEGEND  (XBEG+XSIZ+4*TSIZ)    /* x start of legend */
# Line 66 | Line 67 | char  **argv;
67   char  tfname[MAXFNAME];
68   FILE  *fp;
69   int  axflag;
69
70 #ifdef  CPM
71 fixargs("tcurve", &argc, &argv);
72 #endif
70  
71   progname = *argv++;
72   argc--;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines