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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.56 by greg, Fri Jun 13 15:27:04 2003 UTC vs.
Revision 3.57 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 413 | Line 413 | creatholo(gp)                  /* create a holodeck output file */
413   HDGRID  *gp;
414   {
415          extern char     VersionID[];
416 <        int4    lastloc, nextloc;
416 >        int32   lastloc, nextloc;
417          int     n;
418          int     fd;
419          FILE    *fp;
# Line 479 | Line 479 | loadholo()                     /* start loading a holodeck from fname */
479          FILE    *fp;
480          int     fd;
481          int     n;
482 <        int4    nextloc;
482 >        int32   nextloc;
483          
484          if (ncprocs > 0 & force >= 0)
485                  fp = fopen(hdkfile, "r+");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines