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.13 by greg, Tue Sep 14 02:53:50 2004 UTC vs.
Revision 2.14 by greg, Wed Dec 15 17:26:28 2010 UTC

# Line 97 | Line 97 | gettree()                              /* get a pre-ordered octree */
97                  default:
98                          mesherror(USER, "damaged mesh octree");
99          }
100 <        return (OCTREE)NULL; /* pro forma return */
100 >        return (OCTREE)0;       /* pro forma return */
101   }
102  
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines