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.2 by schorsch, Mon Jun 30 14:59:12 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 < #ifdef _WIN32
14 < #include <process.h> /* getpid() */
15 < #endif
16 <
13 > #include "rtprocess.h" /* getpid() */
14   #include  "tgraph.h"
15  
16   #define  XLEGEND  (XBEG+XSIZ+4*TSIZ)    /* x start of legend */
# Line 70 | Line 67 | char  **argv;
67   char  tfname[MAXFNAME];
68   FILE  *fp;
69   int  axflag;
73
74 #ifdef  CPM
75 fixargs("tcurve", &argc, &argv);
76 #endif
70  
71   progname = *argv++;
72   argc--;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines