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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.5 by greg, Thu Jul 3 18:03:58 2003 UTC vs.
Revision 2.6 by schorsch, Mon Jul 14 20:02:30 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include  <sys/types.h>
11   #include  <signal.h>
12 #ifdef _WIN32
13  #include <process.h> /* getpid */
14 #endif
12  
13   #include  "platform.h"
14 + #include  "rtprocess.h" /* getpid() */
15   #include  "ray.h"
16   #include  "source.h"
17   #include  "ambient.h"
# Line 425 | Line 423 | char  *msg;
423   void
424   printdefaults()                 /* print default values to stdout */
425   {
428        register char  *cp;
429
426          printf("-vt%c\t\t\t\t# view type %s\n", ourview.type,
427                          ourview.type==VT_PER ? "perspective" :
428                          ourview.type==VT_PAR ? "parallel" :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines