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

Comparing ray/src/common/readmesh.c (file contents):
Revision 2.6 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 2.8 by schorsch, Wed Jul 30 10:11:06 2003 UTC

# Line 5 | Line 5 | static const char RCSid[] = "$Id$";
5   *  Routines for reading a compiled mesh from a file
6   */
7  
8 + #include  <time.h>
9 +
10   #include  "standard.h"
11   #include  "platform.h"
12   #include  "octree.h"
# Line 90 | Line 92 | gettree()                              /* get a pre-ordered octree */
92                  default:
93                          mesherror(USER, "damaged mesh octree");
94          }
95 <        return NULL; /* pro forma return */
95 >        return (OCTREE)NULL; /* pro forma return */
96   }
97  
98  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines